Home
last modified time | relevance | path

Searched refs:HTTP_WKSIDX_POST (Results 1 – 8 of 8) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttpTransactHeaders.h103 …return ((method == HTTP_WKSIDX_GET) || (method == HTTP_WKSIDX_POST) || (method == HTTP_WKSIDX_CONN… in is_this_http_method_supported()
H A DHttpTransactHeaders.cc48 (http_config_param->cache_post_method == 1 && method == HTTP_WKSIDX_POST)); in is_method_cacheable()
56 …return (method == HTTP_WKSIDX_GET || method == HTTP_WKSIDX_HEAD || method == HTTP_WKSIDX_POST || m… in is_method_cache_lookupable()
H A DHttpSM.h324 return t_state.method == HTTP_WKSIDX_POST && post_transform_info.vc; in is_post_transform_request()
H A DHttpTunnel.cc863 …(p->alive && sm->t_state.method == HTTP_WKSIDX_POST && sm->enable_redirection && p->vc_type == HT_… in producer_run()
1136 (sm->t_state.method == HTTP_WKSIDX_POST && sm->enable_redirection && in producer_handler()
H A DHttpTransact.cc732 (http_config_param->cache_post_method != 1 && method == HTTP_WKSIDX_POST))); in does_method_require_cache_copy_deletion()
739 method == HTTP_WKSIDX_POST)); in does_method_effect_cache()
5374 (method == HTTP_WKSIDX_POST || method == HTTP_WKSIDX_PUSH || method == HTTP_WKSIDX_PUT) && in check_request_validity()
5732 } else if (s->method == HTTP_WKSIDX_POST) { in initialize_state_variables_from_request()
6332 if (req_method == HTTP_WKSIDX_POST) { in is_response_cacheable()
H A DHttpSM.cc350 if (t_state.method == HTTP_WKSIDX_POST || t_state.method == HTTP_WKSIDX_PUT) { in get_server_connect_timeout()
887 (t_state.hdr_info.client_request.method_get_wksidx() == HTTP_WKSIDX_POST || in state_read_client_request_header()
3438 bool is_eligible_post_request = ((t_state.method == HTTP_WKSIDX_POST) && !is_internal); in tunnel_handler_ua()
5050 if (t_state.method == HTTP_WKSIDX_POST || t_state.method == HTTP_WKSIDX_PUT) { in do_http_server_open()
/dports/www/trafficserver/trafficserver-9.1.1/proxy/hdrs/
H A DHTTP.cc64 int HTTP_WKSIDX_POST; variable
193 HTTP_WKSIDX_POST = hdrtoken_wks_to_index(HTTP_METHOD_POST); in http_init()
H A DHTTP.h344 extern int HTTP_WKSIDX_POST;