This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add possible options for web-module:
- `address` - (string) host and port - `disabled` - (bool) to disable server - `read_timeout` - (duration) is the maximum duration for reading the entire request, including the body - `read_header_timeout` - (duration) is the amount of time allowed to read request headers - `write_timeout` - (duration) is the maximum duration before timing out writes of the response - `idle_timeout` - (duration) is the maximum amount of time to wait for the next request when keep-alives are enabled - `max_header_bytes` - (int) controls the maximum number of bytes the server will read parsing the request header's keys and values, including the request line - `shutdown_timeout` - (duration) context timeout for stopping server
- Loading branch information