Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/http/
Dclient.h35 #if !defined(HTTP_CRLF)
36 #define HTTP_CRLF "\r\n" macro
/Zephyr-latest/subsys/net/lib/http/
Dhttp_client.c587 HTTP_CRLF, NULL); in http_client_req()
597 ":", req->port, HTTP_CRLF, NULL); in http_client_req()
607 HTTP_CRLF, NULL); in http_client_req()
659 req->content_type_value, HTTP_CRLF, NULL); in http_client_req()
681 content_len_str, HTTP_CRLF, in http_client_req()
682 HTTP_CRLF, NULL); in http_client_req()
685 &send_buf_pos, req_end_timepoint, HTTP_CRLF, NULL); in http_client_req()
727 &send_buf_pos, req_end_timepoint, HTTP_CRLF, NULL); in http_client_req()
/Zephyr-latest/subsys/mgmt/hawkbit/
Dhawkbit.c70 #define AUTH_HEADER_FULL AUTH_HEADER_START "%s" HTTP_CRLF
72 #define AUTH_HEADER_FULL AUTH_HEADER_START CONFIG_HAWKBIT_DDI_SECURITY_TOKEN HTTP_CRLF
996 char header[DDI_SECURITY_TOKEN_SIZE + sizeof(AUTH_HEADER_START) + sizeof(HTTP_CRLF) - 1]; in send_request()
/Zephyr-latest/subsys/net/lib/websocket/
Dwebsocket.c306 HTTP_CRLF, sizeof(HTTP_CRLF)); in websocket_connect()