Lines Matching full:headers
173 /** @brief Status of captured request headers */
175 HTTP_HEADER_STATUS_OK, /**< All available headers were successfully captured. */
176 HTTP_HEADER_STATUS_DROPPED, /**< One or more headers were dropped due to lack of space. */
190 struct http_header *headers; /**< Array of HTTP request headers */ member
191 size_t header_count; /**< Array length of HTTP request headers */
192 enum http_header_status headers_status; /**< Status of HTTP request headers */
198 const struct http_header *headers; /**< Array of HTTP headers */ member
199 size_t header_count; /**< Length of headers array */
348 /** Flag indicating that headers were sent in the reply. */
365 /** @brief Context for capturing HTTP headers */
367 /** Buffer for HTTP headers captured for application use */
371 struct http_header headers[HTTP_SERVER_CAPTURE_HEADER_COUNT]; member
373 /** Status of captured headers */
376 /** Number of headers captured */
382 /** The HTTP2 stream associated with the current headers */
477 /** Flag indicating that HTTP1 headers were sent. */