Skip to content

h3_conn_ctx_t

#include <h3_filter.h>

Public Attributes

Name
int resp_status
apr_table_t * resp_headers
char * dataheap
apr_size_t dataheaplen
apr_size_t dataheapcap
apr_pool_t * c3reqpool
server_rec * s
int response_too_large
struct h3_stream * stream
int streaming

Public Attributes Documentation

variable resp_status

int resp_status;

variable resp_headers

apr_table_t * resp_headers;

variable dataheap

char * dataheap;

variable dataheaplen

apr_size_t dataheaplen;

variable dataheapcap

apr_size_t dataheapcap;

variable c3reqpool

apr_pool_t * c3reqpool;

variable s

server_rec * s;

variable response_too_large

int response_too_large;

variable stream

struct h3_stream * stream;

variable streaming

int streaming;