|
cMCP 0.4.1
Model Context Protocol library in pure C11
|
#include <cmcp_http_parser.h>
Data Fields | |
| char * | method |
| char * | target |
| cmcp_http_header_t | headers [CMCP_HTTP_MAX_HEADERS] |
| size_t | n_headers |
| char * | body |
| size_t | body_len |
Definition at line 24 of file cmcp_http_parser.h.
| char* cmcp_http_request_t::method |
Definition at line 25 of file cmcp_http_parser.h.
| char* cmcp_http_request_t::target |
Definition at line 26 of file cmcp_http_parser.h.
| cmcp_http_header_t cmcp_http_request_t::headers[CMCP_HTTP_MAX_HEADERS] |
Definition at line 27 of file cmcp_http_parser.h.
| size_t cmcp_http_request_t::n_headers |
Definition at line 28 of file cmcp_http_parser.h.
| char* cmcp_http_request_t::body |
Definition at line 29 of file cmcp_http_parser.h.
| size_t cmcp_http_request_t::body_len |
Definition at line 30 of file cmcp_http_parser.h.