Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ get_ua_txn
Method
get_ua_txn
include/proxy/http/HttpSM.h:659–663 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
657
}
658
659
inline ProxyTransaction *
660
HttpSM::get_ua_txn()
661
{
662
return _ua.get_txn();
663
}
664
665
inline ProxyTransaction *
666
HttpSM::get_server_txn()
Callers
15
add_forwarded_field_to_request
Method · 0.80
EndRemapRequest
Method · 0.80
HandleRequest
Method · 0.80
OSDNSLookup
Method · 0.80
check_request_validity
Method · 0.80
initialize_state_variables_from_request
Method · 0.80
initialize_state_variables_from_response
Method · 0.80
process_quick_http_filter
Method · 0.80
handle_response_keep_alive_headers
Method · 0.80
build_response
Method · 0.80
build_error_response
Method · 0.80
PerformACLFiltering
Method · 0.80
Calls
1
get_txn
Method · 0.80
Tested by
no test coverage detected