Home
last modified time | relevance | path

Searched refs:http_header (Results 226 – 250 of 410) sorted by relevance

12345678910>>...17

/dports/www/drupal9/drupal-9.2.10/core/modules/language/tests/src/Functional/
H A DLanguageUILanguageNegotiationTest.php468 $http_header = ["Accept-Language" => "$langcode_browser_fallback;q=1"];
470 $this->drupalGet('', ['language' => $language], $http_header);
/dports/lang/swi-pl/swipl-8.2.3/packages/http/
H A Dhttp_dispatch.pl78 :- autoload(library(http/http_header),[http_timestamp/2]).
H A Dtest_multipart.pl19 :- use_module(library(http/http_header)).
/dports/www/lighttpd/lighttpd-1.4.63/src/
H A DMakefile.in1079 ./$(DEPDIR)/lighttpd-http_header.Po \
1213 ./$(DEPDIR)/t_test_mod-http_header.Po \
1807 http_header.h http_range.h \
1886 http_header.c \
2603 liblightcomp_la-http_header.lo: http_header.c
3198 lighttpd-http_header.o: http_header.c
3205 lighttpd-http_header.obj: http_header.c
4402 t_test_mod-http_header.o: http_header.c
4409 t_test_mod-http_header.obj: http_header.c
5164 -rm -f ./$(DEPDIR)/http_header.Po
[all …]
/dports/www/p5-HTML-Mason/HTML-Mason-1.59/lib/HTML/Mason/
H A DCGIHandler.pm129 $_[0] .= $r->http_header . $self->{output};
/dports/audio/pianod2/pianod2-329/src/libfootball/
H A Dfb_http.c150 static bool http_header (FB_CONNECTION *connection, const char *message, const char *extra_header, … in http_header() function
203 return http_header (connection, message, NULL, NULL); in http_response()
225 result = http_header (connection, "301 Permanently moved", extra_header, detail) && result; in http_redirect()
1489 http_header (connection, "400 Bad Request", "Sec-WebSocket-Version: " WEBSOCKET_VERSION, in fb_execute_http_request()
/dports/net/gofish/gofish/
H A Dgofish.c658 if(conn->http_header) { in close_connection()
659 free(conn->http_header); in close_connection()
660 conn->http_header = NULL; in close_connection()
/dports/print/hplip/hplip-3.20.6/protocol/
H A Dhp_ipp.c1058 char http_header[1024] = {0}; in prepend_http_header() local
1062 http_header_size = sprintf(http_header, http_header_tamplate, raw_request->data_length); in prepend_http_header()
1069 memcpy(raw_request->data, http_header, http_header_size); in prepend_http_header()
/dports/www/pecl-http/pecl_http-3.2.4/src/
H A Dphp_http.c145 || SUCCESS != PHP_MINIT_CALL(http_header) in PHP_INI_END()
/dports/devel/cvsweb3/cvsweb-3.0.6/
H A Dcvsweb.cgi198 sub http_header(;$$);
1352 http_header("text/plain");
2128 http_header($want_type || $mimetype, $moddate);
2294 http_header($diffcmd->{type} || 'text/plain');
2385 http_header("text/plain");
3146 http_header('image/png');
3843 http_header('', $moddate);
4251 sub http_header(;$$)
4306 http_header('text/html', $moddate);
/dports/www/p5-CGI-Session/CGI-Session-4.48/lib/CGI/
H A DSession.pm327 *header = \&http_header;
329 sub http_header { subroutine
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/mochiweb/test/
H A Dmochiweb_test_util.erl115 {ok, {http_header, _, Header, _, Value}} ->
/dports/www/erlang-mochiweb/mochiweb-2.18.0/test/
H A Dmochiweb_test_util.erl115 {ok, {http_header, _, Header, _, Value}} ->
/dports/www/Stikked/Stikked-0.13.0/htdocs/application/libraries/
H A DCurl.php159 public function http_header($header_string) function in Curl
/dports/www/hiawatha/hiawatha-10.12/src/
H A Dtarget.c2211 t_http_header *http_header; in forward_to_websocket() local
2263 http_header = session->http_headers; in forward_to_websocket()
2264 while (http_header != NULL) { in forward_to_websocket()
2265 if (add_to_buffer(http_header->data, buffer, &size, WS_BUFFER_SIZE) == -1) { in forward_to_websocket()
2273 http_header = http_header->next; in forward_to_websocket()
/dports/lang/php81/php-8.1.1/ext/standard/
H A Dhttp_fopen_wrapper.c813 zval http_header; in php_stream_url_wrap_http_ex() local
814 ZVAL_STRINGL(&http_header, http_header_line, http_header_line_length); in php_stream_url_wrap_http_ex()
815 zend_hash_next_index_insert(Z_ARRVAL_P(response_header), &http_header); in php_stream_url_wrap_http_ex()
/dports/www/mod_php81/php-8.1.1/ext/standard/
H A Dhttp_fopen_wrapper.c813 zval http_header; in php_stream_url_wrap_http_ex() local
814 ZVAL_STRINGL(&http_header, http_header_line, http_header_line_length); in php_stream_url_wrap_http_ex()
815 zend_hash_next_index_insert(Z_ARRVAL_P(response_header), &http_header); in php_stream_url_wrap_http_ex()
/dports/lang/php74/php-7.4.27/ext/standard/
H A Dhttp_fopen_wrapper.c819 zval http_header; in php_stream_url_wrap_http_ex() local
820 ZVAL_STRINGL(&http_header, http_header_line, http_header_line_length); in php_stream_url_wrap_http_ex()
821 zend_hash_next_index_insert(Z_ARRVAL_P(response_header), &http_header); in php_stream_url_wrap_http_ex()
/dports/lang/php80/php-8.0.15/ext/standard/
H A Dhttp_fopen_wrapper.c817 zval http_header; in php_stream_url_wrap_http_ex() local
818 ZVAL_STRINGL(&http_header, http_header_line, http_header_line_length); in php_stream_url_wrap_http_ex()
819 zend_hash_next_index_insert(Z_ARRVAL_P(response_header), &http_header); in php_stream_url_wrap_http_ex()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/monkey/plugins/fastcgi/
H A Dfcgi_handler.c461 struct mk_http_header *http_header;
463 http_header = mk_list_entry(head, struct mk_http_header, _head);
464 fcgi_add_param_http_header(handler, http_header);
/dports/www/mod_php74/php-7.4.27/ext/standard/
H A Dhttp_fopen_wrapper.c819 zval http_header; in php_stream_url_wrap_http_ex() local
820 ZVAL_STRINGL(&http_header, http_header_line, http_header_line_length); in php_stream_url_wrap_http_ex()
821 zend_hash_next_index_insert(Z_ARRVAL_P(response_header), &http_header); in php_stream_url_wrap_http_ex()
/dports/www/mod_php80/php-8.0.15/ext/standard/
H A Dhttp_fopen_wrapper.c817 zval http_header; in php_stream_url_wrap_http_ex() local
818 ZVAL_STRINGL(&http_header, http_header_line, http_header_line_length); in php_stream_url_wrap_http_ex()
819 zend_hash_next_index_insert(Z_ARRVAL_P(response_header), &http_header); in php_stream_url_wrap_http_ex()
/dports/multimedia/obs-studio/obs-studio-27.1.3/deps/file-updater/file-updater/
H A Dfile-updater.c82 static size_t http_header(char *buffer, size_t size, size_t nitems, in http_header() function
126 http_header); in do_http_request()
/dports/lang/yap/yap-6.2.2/packages/semweb/
H A Drdf_http_plugin.pl36 :- use_module(library(http/http_header)).
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/
H A Dretry_ctx.hpp200 void ParseHeader(const char* http_header);

12345678910>>...17