Lines Matching full:http
5 bool "HTTP Parser support"
13 bool "HTTP Parser for URL support"
20 bool "HTTP strict parsing"
26 bool "HTTP client API"
30 HTTP client API
33 bool "HTTP Server [EXPERIMENTAL]"
44 int "HTTP server thread stack size"
47 HTTP server thread stack size for processing RX/TX events.
50 int "Number of HTTP Server Instances"
54 This setting determines the number of http services that the server supports.
57 int "Max number of HTTP/2 clients"
61 This setting determines the maximum number of HTTP/2 clients that the server can handle at once.
64 int "Max number of HTTP/2 streams"
68 This setting determines the maximum number of HTTP/2 streams for each client.
84 maximum length of an individual HTTP header supported.
87 int "Maximum HTTP URL Length"
91 This setting determines the maximum length of the HTTP URL that the server can process.
94 int "Maximum HTTP Content-Type Length"
98 This setting determines the maximum length of the HTTP Content-Length field.
101 int "Maximum HTTP Header Field/Value Length"
105 This setting determines the maximum length of HTTP header field or value
106 that can be parsed. The default value is sufficient for HTTP server
111 int "Maximum HTTP/2 response header frame length"
115 This setting determines the maximum length of an HTTP/2 header frame
122 bool "Allow capturing HTTP headers for application use"
124 This setting enables the HTTP server to capture selected headers that have
128 int "Size of buffer for capturing HTTP headers for application use"
134 HTTP headers for later use by the application.
137 int "Maximum number of HTTP headers to be captured for application use"
142 This setting determines the maximum number of HTTP headers it is possible
143 to capture for application use in a single HTTP request.
159 If this is enabled, then the user can allow the HTTP connection to be
200 config HTTP config
207 module-str = Log level for HTTP client library
208 module-help = Enables HTTP client code to output debug messages.
213 module-str = Log level for HTTP server library
214 module-help = Enables HTTP server code to output debug messages.