Module xitca_http::config
source · Expand description
Configuration for http service middlewares.
Structs
Constants
- The default maximum request header fields possible for one request.
- The default maximum read buffer size. If the head gets this big and a message is still not complete, a
TooLargeerror is triggered. - The default maximum write buffer size. If the buffer gets this big and a message is still not complete, a force draining of Io stream write would happen.