Home
last modified time | relevance | path

Searched refs:user_method (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http1.c585 uint32_t user_method; in handle_http1_dynamic_resource() local
592 user_method = dynamic_detail->common.bitmask_of_supported_http_methods; in handle_http1_dynamic_resource()
594 if (!(BIT(client->method) & user_method)) { in handle_http1_dynamic_resource()
611 if (user_method & BIT(HTTP_HEAD)) { in handle_http1_dynamic_resource()
629 if (user_method & BIT(client->method)) { in handle_http1_dynamic_resource()
638 if (user_method & BIT(client->method)) { in handle_http1_dynamic_resource()
Dhttp_server_http2.c772 uint32_t user_method; in handle_http2_dynamic_resource() local
779 user_method = dynamic_detail->common.bitmask_of_supported_http_methods; in handle_http2_dynamic_resource()
781 if (!(BIT(client->method) & user_method)) { in handle_http2_dynamic_resource()
799 if (user_method & BIT(client->method)) { in handle_http2_dynamic_resource()
811 if (user_method & BIT(client->method)) { in handle_http2_dynamic_resource()