GRPC C++  1.39.1
Data Fields
grpc_http_response Struct Reference

#include <parser.h>

Data Fields

int status = 0
 
size_t hdr_count = 0
 
grpc_http_headerhdrs = nullptr
 
size_t body_length = 0
 
char * body = nullptr
 

Field Documentation

◆ body

char* grpc_http_response::body = nullptr

◆ body_length

size_t grpc_http_response::body_length = 0

◆ hdr_count

size_t grpc_http_response::hdr_count = 0

◆ hdrs

grpc_http_header* grpc_http_response::hdrs = nullptr

◆ status

int grpc_http_response::status = 0

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