Searched defs:http_response_ctx (Results 1 – 1 of 1) sorted by relevance
196 struct http_response_ctx { struct197 enum http_status status; /**< HTTP status code to include in response */198 const struct http_header *headers; /**< Array of HTTP headers */222 struct http_response_ctx *response_ctx, argument