Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ get_send_header
Method
get_send_header
include/proxy/http2/Http2Stream.h:135–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
bool is_read_closed() const override;
134
135
HTTPHdr *
136
get_send_header()
137
{
138
return &_send_header;
139
}
140
141
void update_read_length(int count);
142
void set_read_done();
Callers
1
send_headers_frame
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected