Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/src/server.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ Supported keyword arguments include:
Not supported on some OS platforms. Can check `HTTP.Servers.supportsreuseaddr()`.
* `server::Base.IOServer=nothing`, provide an `IOServer` object to listen on;
allows manually closing or configuring the server socket.
* `verbose::Bool=false`, log connection information to `stdout`.
* `verbose::Union{Int,Bool}=false`, log connection information to `stdout`. Use `-1`
to also silence the server start and stop logs.
* `access_log::Function`, function for formatting access log messages. The
function should accept two arguments, `io::IO` to which the messages should
be written, and `http::HTTP.Stream` which can be used to query information
Expand Down