Home
last modified time | relevance | path

Searched refs:http_header (Results 1 – 25 of 410) sorted by relevance

12345678910>>...17

/dports/security/ncrack/ncrack-0.7/
H A Dhttp.h164 struct http_header { struct
167 struct http_header *next; argument
174 struct http_header *header;
184 struct http_header *header;
193 void http_header_free(struct http_header *header);
195 const struct http_header *http_header_next(const struct http_header *header, const struct http_head…
197 struct http_header *http_header_set(struct http_header *header, const char *name, const char *value…
198 struct http_header *http_header_remove(struct http_header *header, const char *name);
199 int http_header_remove_hop_by_hop(struct http_header **header);
200 char *http_header_to_string(const struct http_header *header, size_t *n);
[all …]
H A Dhttp.cc389 struct http_header *p, *next; in http_header_free()
447 const struct http_header *p; in http_header_get()
472 const struct http_header *http_header_next(const struct http_header *header, in http_header_next()
492 const struct http_header *p; in http_header_get_first()
501 struct http_header *http_header_set(struct http_header *header, const char *name, const char *value) in http_header_set()
503 struct http_header *node, **prev; in http_header_set()
621 struct http_header *http_header_remove(struct http_header *header, const char *name) in http_header_remove()
695 const struct http_header *p; in http_header_to_string()
1484 const struct http_header *p; in http_header_get_proxy_challenge()
1515 const struct http_header *p; in http_header_get_proxy_credentials()
[all …]
/dports/security/nmap/nmap-7.91/ncat/
H A Dhttp.h114 struct http_header { struct
117 struct http_header *next; argument
124 struct http_header *header;
134 struct http_header *header;
140 void http_header_free(struct http_header *header);
142 const struct http_header *http_header_next(const struct http_header *header, const struct http_head…
144 struct http_header *http_header_set(struct http_header *header, const char *name, const char *value…
145 struct http_header *http_header_remove(struct http_header *header, const char *name);
146 int http_header_remove_hop_by_hop(struct http_header **header);
147 char *http_header_to_string(const struct http_header *header, size_t *n);
[all …]
H A Dhttp.c456 struct http_header *p, *next; in http_header_free()
515 const struct http_header *p; in http_header_get()
540 const struct http_header *http_header_next(const struct http_header *header, in http_header_next()
560 const struct http_header *p; in http_header_get_first()
569 struct http_header *http_header_set(struct http_header *header, const char *name, const char *value) in http_header_set()
571 struct http_header *node, **prev; in http_header_set()
689 struct http_header *http_header_remove(struct http_header *header, const char *name) in http_header_remove()
763 const struct http_header *p; in http_header_to_string()
944 struct http_header *node, **prev; in http_parse_header()
1523 const struct http_header *p; in http_header_get_proxy_challenge()
[all …]
/dports/lang/ruby26/ruby-2.6.9/test/cgi/
H A Dtest_cgi_header.rb31 actual = cgi.http_header
35 actual = cgi.http_header('text/xhtml; charset=utf8')
39 actual = cgi.http_header('type'=>'image/png')
43 actual = cgi.http_header('charset'=>'utf8')
70 actual = cgi.http_header(options)
80 cgi.http_header(nil)
94 actual = cgi.http_header('cookie'=>cookie1)
98 actual = cgi.http_header('cookie'=>cookie2.to_s)
137 actual1 = cgi.http_header('nph'=>true)
140 actual2 = cgi.http_header
[all …]
/dports/www/hiawatha/hiawatha-10.12/src/
H A Dliblist.c39 http_header->data = line; in parse_http_headers()
40 http_header->length = 0; in parse_http_headers()
41 http_header->next = NULL; in parse_http_headers()
45 http_header->length = strlen(http_header->data); in parse_http_headers()
51 http_header = http_header->next; in parse_http_headers()
52 http_header->next = NULL; in parse_http_headers()
54 http_header->length = 0; in parse_http_headers()
71 http_header->length = strlen(http_header->data); in parse_http_headers()
74 http_header = first; in parse_http_headers()
80 http_header->value_offset = (value - http_header->data); in parse_http_headers()
[all …]
H A Drproxy.c391 t_http_header *http_header; in send_request_to_webserver() local
447 for (http_header = options->http_headers; http_header != NULL; http_header = http_header->next) { in send_request_to_webserver()
448 if (strcasecmp(http_header->data, upgrade_websocket) == 0) { in send_request_to_webserver()
485 for (http_header = options->http_headers; http_header != NULL; http_header = http_header->next) { in send_request_to_webserver()
487 if (strcasecmp(http_header->data, "Expect: 100-Continue") == 0) { in send_request_to_webserver()
491 if (strncasecmp(http_header->data, "Host:", 5) == 0) { in send_request_to_webserver()
496 (strncasecmp(http_header->data, "Referer:", 8) == 0); in send_request_to_webserver()
514 if (strncasecmp(http_header->data, hs_conn, 11) == 0) { in send_request_to_webserver()
534 …if (send_to_webserver(webserver, result, &send_buffer, http_header->data, http_header->length) == … in send_request_to_webserver()
538 if (strncasecmp(http_header->data, hs_forwarded, 10) == 0) { in send_request_to_webserver()
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/windows/tests/integration/targets/win_iis_webbinding/tasks/
H A Dhttp.yml30 register: http_header
49 - http_header is changed
81 register: http_header
102 - http_header is changed
129 register: http_header
135 - http_header is not changed
170 register: http_header
196 - http_header is changed
238 register: http_header
260 - http_header is changed
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/win_iis_webbinding/tasks/
H A Dhttp.yml30 register: http_header
49 - http_header is changed
81 register: http_header
102 - http_header is changed
129 register: http_header
135 - http_header is not changed
170 register: http_header
196 - http_header is changed
238 register: http_header
260 - http_header is changed
[all …]
/dports/mail/dovecot/dovecot-2.3.17/src/lib-http/
H A Dhttp-header.h4 struct http_header;
25 struct http_header *
29 http_header_field_add(struct http_header *header,
31 void http_header_field_delete(struct http_header *header, const char *name);
34 http_header_get_fields(const struct http_header *header) ATTR_PURE;
37 http_header_field_find(const struct http_header *header, const char *name)
40 http_header_field_get(const struct http_header *header, const char *name)
42 int http_header_field_find_unique(const struct http_header *header,
H A Dhttp-header.c8 struct http_header { struct
13 struct http_header *
16 struct http_header *header; in http_header_create()
18 header = p_new(pool, struct http_header, 1); in http_header_create()
25 http_header_field_add(struct http_header *header, in http_header_field_add()
43 void http_header_field_delete(struct http_header *header, const char *name) in http_header_field_delete()
56 http_header_get_fields(const struct http_header *header) in ARRAY_TYPE()
62 http_header_field_find(const struct http_header *header, const char *name) in http_header_field_find()
75 http_header_field_get(const struct http_header *header, const char *name) in http_header_field_get()
82 int http_header_field_find_unique(const struct http_header *header, in http_header_field_find_unique()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/test/
H A Ddecode_packet_SUITE.erl246 {ok, {http_header,_,'Host',_,"localhost"}, Rest2} =
249 {ok, {http_header,_,"Link",_,_}, _} =
256 {ok, {http_header,_,'Host',_,"localhost"}, Rest4} =
376 {http_header,2,'Connection', "Connection" , "close"},
377 {http_header,2,'Connection',<<"Connection">>,<<"close">>}},
379 {http_header,24,'User-Agent', "User-Agent" , "perl post"},
382 {http_header,38,'Content-Length', "Content-Length" , "4"},
425 {http_header, 30, 'Server', "Server" , "inets/4.7.16"},
588 {ok, {http_header,_,'Host',_,"localhost"}, Rest2} =
591 {ok, {http_header,_,"Link",_,Link}, Rest3} =
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/test/
H A Ddecode_packet_SUITE.erl246 {ok, {http_header,_,'Host',_,"localhost"}, Rest2} =
249 {ok, {http_header,_,"Link",_,_}, _} =
256 {ok, {http_header,_,'Host',_,"localhost"}, Rest4} =
376 {http_header,2,'Connection', "Connection" , "close"},
377 {http_header,2,'Connection',<<"Connection">>,<<"close">>}},
379 {http_header,24,'User-Agent', "User-Agent" , "perl post"},
382 {http_header,38,'Content-Length', "Content-Length" , "4"},
425 {http_header, 30, 'Server', "Server" , "inets/4.7.16"},
588 {ok, {http_header,_,'Host',_,"localhost"}, Rest2} =
591 {ok, {http_header,_,"Link",_,Link}, Rest3} =
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/test/
H A Ddecode_packet_SUITE.erl246 {ok, {http_header,_,'Host',_,"localhost"}, Rest2} =
249 {ok, {http_header,_,"Link",_,_}, _} =
256 {ok, {http_header,_,'Host',_,"localhost"}, Rest4} =
376 {http_header,2,'Connection', "Connection" , "close"},
377 {http_header,2,'Connection',<<"Connection">>,<<"close">>}},
379 {http_header,24,'User-Agent', "User-Agent" , "perl post"},
382 {http_header,38,'Content-Length', "Content-Length" , "4"},
425 {http_header, 30, 'Server', "Server" , "inets/4.7.16"},
588 {ok, {http_header,_,'Host',_,"localhost"}, Rest2} =
591 {ok, {http_header,_,"Link",_,Link}, Rest3} =
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/test/
H A Ddecode_packet_SUITE.erl246 {ok, {http_header,_,'Host',_,"localhost"}, Rest2} =
249 {ok, {http_header,_,"Link",_,_}, _} =
256 {ok, {http_header,_,'Host',_,"localhost"}, Rest4} =
376 {http_header,2,'Connection', "Connection" , "close"},
377 {http_header,2,'Connection',<<"Connection">>,<<"close">>}},
379 {http_header,24,'User-Agent', "User-Agent" , "perl post"},
382 {http_header,38,'Content-Length', "Content-Length" , "4"},
425 {http_header, 30, 'Server', "Server" , "inets/4.7.16"},
588 {ok, {http_header,_,'Host',_,"localhost"}, Rest2} =
591 {ok, {http_header,_,"Link",_,Link}, Rest3} =
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/test/
H A Ddecode_packet_SUITE.erl246 {ok, {http_header,_,'Host',_,"localhost"}, Rest2} =
249 {ok, {http_header,_,"Link",_,_}, _} =
256 {ok, {http_header,_,'Host',_,"localhost"}, Rest4} =
376 {http_header,2,'Connection', "Connection" , "close"},
377 {http_header,2,'Connection',<<"Connection">>,<<"close">>}},
379 {http_header,24,'User-Agent', "User-Agent" , "perl post"},
382 {http_header,38,'Content-Length', "Content-Length" , "4"},
425 {http_header, 30, 'Server', "Server" , "inets/4.7.16"},
588 {ok, {http_header,_,'Host',_,"localhost"}, Rest2} =
591 {ok, {http_header,_,"Link",_,Link}, Rest3} =
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/test/
H A Ddecode_packet_SUITE.erl246 {ok, {http_header,_,'Host',_,"localhost"}, Rest2} =
249 {ok, {http_header,_,"Link",_,_}, _} =
256 {ok, {http_header,_,'Host',_,"localhost"}, Rest4} =
367 {http_header,2,'Connection',undefined, "close"},
368 {http_header,2,'Connection',undefined,<<"close">>}},
370 {http_header,14,'Host',undefined, "localhost:8000"},
376 {http_header,38,'Content-Length',undefined, "4"},
377 {http_header,38,'Content-Length',undefined,<<"4">>}},
570 {ok, {http_header,_,'Host',_,"localhost"}, Rest2} =
573 {ok, {http_header,_,"Link",_,Link}, Rest3} =
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/test/
H A Ddecode_packet_SUITE.erl246 {ok, {http_header,_,'Host',_,"localhost"}, Rest2} =
249 {ok, {http_header,_,"Link",_,_}, _} =
256 {ok, {http_header,_,'Host',_,"localhost"}, Rest4} =
367 {http_header,2,'Connection',undefined, "close"},
368 {http_header,2,'Connection',undefined,<<"close">>}},
370 {http_header,14,'Host',undefined, "localhost:8000"},
376 {http_header,38,'Content-Length',undefined, "4"},
377 {http_header,38,'Content-Length',undefined,<<"4">>}},
570 {ok, {http_header,_,'Host',_,"localhost"}, Rest2} =
573 {ok, {http_header,_,"Link",_,Link}, Rest3} =
[all …]
/dports/net/gsk/gsk-1.0.63/src/http/
H A Dgskhttpheader-output.c795 if (GSK_IS_HTTP_REQUEST (http_header)) in gsk_http_header_print()
797 if (GSK_IS_HTTP_RESPONSE (http_header)) in gsk_http_header_print()
807 http_header->http_minor_version, in gsk_http_header_print()
813 http_header->http_minor_version, in gsk_http_header_print()
839 if (http_header->content_length >= 0) in gsk_http_header_print()
851 if (http_header->http_minor_version < 1) in gsk_http_header_print()
879 type = http_header->content_encoding; in gsk_http_header_print()
929 if (http_header->has_content_type) in gsk_http_header_print()
931 print_content_type (http_header->content_type, http_header->content_subtype, in gsk_http_header_print()
932 http_header->content_charset, http_header->content_additional, in gsk_http_header_print()
[all …]
/dports/www/netsurf/netsurf-3.10/desktop/
H A Ddownload.c95 const char *http_header; in download_context_process_headers() local
101 http_header = llcache_handle_get_header(ctx->llcache, "Content-Type"); in download_context_process_headers()
102 if (http_header == NULL) in download_context_process_headers()
103 http_header = "text/plain"; in download_context_process_headers()
105 error = http_parse_content_type(http_header, &content_type); in download_context_process_headers()
110 http_header = llcache_handle_get_header(ctx->llcache, "Content-Length"); in download_context_process_headers()
111 if (http_header == NULL) { in download_context_process_headers()
114 length = strtoull(http_header, NULL, 10); in download_context_process_headers()
118 http_header = llcache_handle_get_header(ctx->llcache, in download_context_process_headers()
120 if (http_header != NULL) { in download_context_process_headers()
[all …]
/dports/net/samba412/samba-4.12.15/libcli/http/
H A Dhttp.h71 struct http_header { struct
72 struct http_header *next, *prev; argument
82 struct http_header *headers; argument
91 int http_remove_header(struct http_header **, const char *);
92 int http_add_header(TALLOC_CTX *, struct http_header **, const char *, const char *);
93 int http_replace_header(TALLOC_CTX *, struct http_header **, const char *, const char *);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/testing/sim/
H A Dsim_network.cc108 for (const auto& http_header : request.response_http_headers_) in AddRequest() local
109 response.AddHttpHeaderField(http_header.key, http_header.value); in AddRequest()
130 for (const auto& http_header : request->response_http_headers_) in FillNavigationParamsResponse() local
131 params->response.AddHttpHeaderField(http_header.key, http_header.value); in FillNavigationParamsResponse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/testing/sim/
H A Dsim_network.cc109 for (const auto& http_header : request.response_http_headers_) in AddRequest() local
110 response.AddHttpHeaderField(http_header.key, http_header.value); in AddRequest()
132 for (const auto& http_header : request->response_http_headers_) in FillNavigationParamsResponse() local
133 params->response.AddHttpHeaderField(http_header.key, http_header.value); in FillNavigationParamsResponse()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/r9c_SUITE_data/src/inets/
H A Dhttp_lib.erl146 {ok,{http_header,_,'Connection',_,Value}} ->
148 {ok,{http_header,_,'Content-Type',_,Val}} ->
150 {ok,{http_header,_,'Host',_,Value}} ->
162 {ok,{http_header,_,'Range',_,Value}} ->
164 {ok,{http_header,_,'If-Range',_,Value}} ->
166 {ok,{http_header,_,'If-Match',_,Value}} ->
174 {ok,{http_header,_,K,_,V}} ->
192 {ok,{http_header,_,'Connection',_,Val}} ->
200 {ok,{http_header,_,'Location',_,V}} ->
202 {ok,{http_header,_,'Retry-After',_,V}} ->
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/r9c_SUITE_data/src/inets/
H A Dhttp_lib.erl146 {ok,{http_header,_,'Connection',_,Value}} ->
148 {ok,{http_header,_,'Content-Type',_,Val}} ->
150 {ok,{http_header,_,'Host',_,Value}} ->
162 {ok,{http_header,_,'Range',_,Value}} ->
164 {ok,{http_header,_,'If-Range',_,Value}} ->
166 {ok,{http_header,_,'If-Match',_,Value}} ->
174 {ok,{http_header,_,K,_,V}} ->
192 {ok,{http_header,_,'Connection',_,Val}} ->
200 {ok,{http_header,_,'Location',_,V}} ->
202 {ok,{http_header,_,'Retry-After',_,V}} ->
[all …]

12345678910>>...17