Home
last modified time | relevance | path

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

/Zephyr-4.2.1/include/zephyr/net/http/
Dclient.h35 #if !defined(HTTP_CRLF)
36 #define HTTP_CRLF "\r\n" macro
/Zephyr-4.2.1/subsys/net/lib/http/
Dhttp_client.c664 HTTP_CRLF, NULL); in http_client_req()
674 ":", req->port, HTTP_CRLF, NULL); in http_client_req()
684 HTTP_CRLF, NULL); in http_client_req()
736 req->content_type_value, HTTP_CRLF, NULL); in http_client_req()
758 content_len_str, HTTP_CRLF, in http_client_req()
759 HTTP_CRLF, NULL); in http_client_req()
762 &send_buf_pos, req_end_timepoint, HTTP_CRLF, NULL); in http_client_req()
804 &send_buf_pos, req_end_timepoint, HTTP_CRLF, NULL); in http_client_req()
/Zephyr-4.2.1/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
1098 char header[DDI_SECURITY_TOKEN_SIZE + sizeof(AUTH_HEADER_START) + sizeof(HTTP_CRLF) - 1]; in send_request()
1182 snprintf(header_range, sizeof(header_range), "Range: bytes=%u-" HTTP_CRLF, in send_request()
/Zephyr-4.2.1/subsys/net/lib/websocket/
Dwebsocket.c327 HTTP_CRLF, sizeof(HTTP_CRLF)); in websocket_connect()