Public Attributes | List of all members
grpc_http_response Struct Reference

#include <parser.h>

Public Attributes

char * body = nullptr
 
size_t body_length = 0
 
size_t chunk_length = 0
 
grpc_http_parser_chunked_state chunked_state = GRPC_HTTP_CHUNKED_PLAIN
 
size_t hdr_count = 0
 
grpc_http_headerhdrs = nullptr
 
int status = 0
 

Detailed Description

Definition at line 85 of file src/core/lib/http/parser.h.

Member Data Documentation

◆ body

char* grpc_http_response::body = nullptr

Definition at line 96 of file src/core/lib/http/parser.h.

◆ body_length

size_t grpc_http_response::body_length = 0

Definition at line 92 of file src/core/lib/http/parser.h.

◆ chunk_length

size_t grpc_http_response::chunk_length = 0

Definition at line 95 of file src/core/lib/http/parser.h.

◆ chunked_state

grpc_http_parser_chunked_state grpc_http_response::chunked_state = GRPC_HTTP_CHUNKED_PLAIN

Definition at line 94 of file src/core/lib/http/parser.h.

◆ hdr_count

size_t grpc_http_response::hdr_count = 0

Definition at line 89 of file src/core/lib/http/parser.h.

◆ hdrs

grpc_http_header* grpc_http_response::hdrs = nullptr

Definition at line 90 of file src/core/lib/http/parser.h.

◆ status

int grpc_http_response::status = 0

Definition at line 87 of file src/core/lib/http/parser.h.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:46