GRPC Core  9.0.0
Data Fields
grpc_http_request Struct Reference

#include <parser.h>

Data Fields

char * method
 
char * path
 
grpc_http_version version
 
size_t hdr_count
 
grpc_http_headerhdrs
 
size_t body_length
 
char * body
 

Field Documentation

◆ body

char* grpc_http_request::body

◆ body_length

size_t grpc_http_request::body_length

◆ hdr_count

size_t grpc_http_request::hdr_count

◆ hdrs

grpc_http_header* grpc_http_request::hdrs

◆ method

char* grpc_http_request::method

◆ path

char* grpc_http_request::path

◆ version

grpc_http_version grpc_http_request::version

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