Home
last modified time | relevance | path

Searched refs:HTTP_100_CONTINUE (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/net/http/
Dstatus.h37 HTTP_100_CONTINUE = 100, /**< Continue */ enumerator
/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http1.c128 if (status < HTTP_100_CONTINUE || status > HTTP_511_NETWORK_AUTHENTICATION_REQUIRED) { in http1_send_headers()
Dhttp_server_http2.c516 if (rsp->status < HTTP_100_CONTINUE || in http2_dynamic_response()