mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-05 19:00:32 -05:00
Merge branch 'master' of github.com:craff/tiny_httpd
This commit is contained in:
commit
8da6967039
1 changed files with 1 additions and 0 deletions
|
|
@ -458,6 +458,7 @@ val create :
|
|||
@param max_keep_alive maximum number of seconds a thread in maintened for
|
||||
a client with nothing to read. Default: -1.0, meaning threads are maintened
|
||||
until client close the socket.
|
||||
This parameter exists since 0.11.
|
||||
@param addr address (IPv4 or IPv6) to listen on. Default ["127.0.0.1"].
|
||||
@param port to listen on. Default [8080].
|
||||
@param sock an existing socket given to the server to listen on, e.g. by
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue