Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/include/zephyr/net/http/
Dclient.h31 #if !defined(HTTP_CRLF)
32 #define HTTP_CRLF "\r\n" macro
/Zephyr-Core-3.4.0/subsys/net/lib/http/
Dhttp_client.c555 HTTP_CRLF, NULL); in http_client_req()
565 ":", req->port, HTTP_CRLF, NULL); in http_client_req()
575 HTTP_CRLF, NULL); in http_client_req()
627 req->content_type_value, HTTP_CRLF, NULL); in http_client_req()
648 content_len_str, HTTP_CRLF, in http_client_req()
649 HTTP_CRLF, NULL); in http_client_req()
652 &send_buf_pos, HTTP_CRLF, NULL); in http_client_req()
694 &send_buf_pos, HTTP_CRLF, NULL); in http_client_req()
/Zephyr-Core-3.4.0/subsys/net/lib/websocket/
Dwebsocket.c307 HTTP_CRLF, sizeof(HTTP_CRLF)); in websocket_connect()