Skip to content

Commit

Permalink
doc: #:log-format accepts a format-reqresp/c
Browse files Browse the repository at this point in the history
format-reqresp/c already encompasses format-req/c
  • Loading branch information
sorawee authored and jeapostrophe committed Oct 31, 2023
1 parent 9f62d11 commit 09a5861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-server-doc/web-server/scribblings/servlet-env.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Like always, you don't even need to save the file.
[#:ssl-key ssl-key (or/c #f path-string?) (and ssl? (build-path server-root-path "private-key.pem"))]

[#:log-file log-file (or/c #f path-string? output-port?) #f]
[#:log-format log-format (or/c log-format/c format-req/c) 'apache-default])
[#:log-format log-format (or/c log-format/c format-reqresp/c) 'apache-default])
any]{
This sets up and starts a fairly default server instance.

Expand Down

0 comments on commit 09a5861

Please sign in to comment.