Expand description

Automatically enforced limits for HTTP components.

When reading in the client request and backend responses, these limits are used to bound the size of various components of the requests and responses. When these limits are exceeded, the program will panic, returning a 500 Internal Server Error to the client.

You can modify these limits, though applications are still subject to the overall WebAssembly heap size limit.

Structs

The limits for components of an HTTP request.

The limits for components of an HTTP request.

Constants

The default header name size limit for RequestLimits and ResponseLimits.

The default header value size limit for RequestLimits and ResponseLimits.

The default method size limit for RequestLimits.

The default URL size limit for RequestLimits.