Searched refs:HTTP_WKSIDX_POST (Results 1 – 8 of 8) sorted by relevance
103 …return ((method == HTTP_WKSIDX_GET) || (method == HTTP_WKSIDX_POST) || (method == HTTP_WKSIDX_CONN… in is_this_http_method_supported()
48 (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()
324 return t_state.method == HTTP_WKSIDX_POST && post_transform_info.vc; in is_post_transform_request()
863 …(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()
732 (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()
350 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()
64 int HTTP_WKSIDX_POST; variable193 HTTP_WKSIDX_POST = hdrtoken_wks_to_index(HTTP_METHOD_POST); in http_init()
344 extern int HTTP_WKSIDX_POST;