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.c613 HTTP_CRLF, NULL); in http_client_req()
623 ":", req->port, HTTP_CRLF, NULL); in http_client_req()
633 HTTP_CRLF, NULL); in http_client_req()
685 req->content_type_value, HTTP_CRLF, NULL); in http_client_req()
707 content_len_str, HTTP_CRLF, in http_client_req()
708 HTTP_CRLF, NULL); in http_client_req()
711 &send_buf_pos, req_end_timepoint, HTTP_CRLF, NULL); in http_client_req()
753 &send_buf_pos, req_end_timepoint, HTTP_CRLF, NULL); in http_client_req()
/Zephyr-latest/subsys/mgmt/hawkbit/
Dhawkbit.c71 #define AUTH_HEADER_FULL AUTH_HEADER_START "%s" HTTP_CRLF
73 #define AUTH_HEADER_FULL AUTH_HEADER_START CONFIG_HAWKBIT_DDI_SECURITY_TOKEN HTTP_CRLF
1034 char header[DDI_SECURITY_TOKEN_SIZE + sizeof(AUTH_HEADER_START) + sizeof(HTTP_CRLF) - 1]; in send_request()
1117 snprintf(header_range, sizeof(header_range), "Range: bytes=%u-" HTTP_CRLF, in send_request()
/Zephyr-latest/subsys/net/lib/websocket/
Dwebsocket.c306 HTTP_CRLF, sizeof(HTTP_CRLF)); in websocket_connect()