Searched refs:extra_headers (Results 1 – 4 of 4) sorted by relevance
26 const char *extra_headers[] = { in mqtt_client_websocket_connect() local69 client->transport.websocket.config.optional_headers = extra_headers; in mqtt_client_websocket_connect()
302 const char *extra_headers[] = { in main() local350 req.optional_headers = extra_headers; in main()370 req.optional_headers = extra_headers; in main()
424 static const struct http_header extra_headers[] = { in dynamic_response_headers_cb() local450 response_ctx->headers = extra_headers; in dynamic_response_headers_cb()451 response_ctx->header_count = ARRAY_SIZE(extra_headers); in dynamic_response_headers_cb()457 response_ctx->header_count = ARRAY_SIZE(extra_headers); in dynamic_response_headers_cb()464 response_ctx->headers = extra_headers; in dynamic_response_headers_cb()465 response_ctx->header_count = ARRAY_SIZE(extra_headers); in dynamic_response_headers_cb()477 response_ctx->headers = extra_headers; in dynamic_response_headers_cb()478 response_ctx->header_count = ARRAY_SIZE(extra_headers); in dynamic_response_headers_cb()
143 uint8_t flags, const struct http_header *extra_headers, in send_headers_frame() argument166 const struct http_header *hdr = &extra_headers[i]; in send_headers_frame()