cMCP 0.4.1
Model Context Protocol library in pure C11
Loading...
Searching...
No Matches
Data Fields
cmcp_http_request_t Struct Reference

#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
 

Detailed Description

Definition at line 24 of file cmcp_http_parser.h.

Field Documentation

◆ method

char* cmcp_http_request_t::method

Definition at line 25 of file cmcp_http_parser.h.

◆ target

char* cmcp_http_request_t::target

Definition at line 26 of file cmcp_http_parser.h.

◆ headers

cmcp_http_header_t cmcp_http_request_t::headers[CMCP_HTTP_MAX_HEADERS]

Definition at line 27 of file cmcp_http_parser.h.

◆ n_headers

size_t cmcp_http_request_t::n_headers

Definition at line 28 of file cmcp_http_parser.h.

◆ body

char* cmcp_http_request_t::body

Definition at line 29 of file cmcp_http_parser.h.

◆ body_len

size_t cmcp_http_request_t::body_len

Definition at line 30 of file cmcp_http_parser.h.


The documentation for this struct was generated from the following file: