Expand description
Configuration for http service middlewares.
Structs§
Constants§
- DEFAULT_
HEADER_ LIMIT - The default maximum request header fields possible for one request.
- DEFAULT_
READ_ BUF_ LIMIT - The default maximum read buffer size. If the head gets this big and
a message is still not complete, a
TooLargeerror is triggered. - DEFAULT_
WRITE_ BUF_ LIMIT - 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.