Struct HTTPServerOption
Specifies optional features of the HTTP server.
struct HTTPServerOption
;
Disabling unneeded features can speed up the server or reduce its memory usage.
Note that the options parseFormBody
, parseJsonBody
and parseMultiPartBody
will also drain the HTTPServerRequest
stream whenever a request
body with form or JSON data is encountered.
Fields
Name | Type | Description |
---|---|---|
x
|
vibe |