HomeSort by: relevance | last modified time | path
    Searched refs:HTTP (Results 1 - 25 of 45) sorted by relevancy

1 2

  /src/crypto/external/apache2/openssl/dist/test/recipes/95-test_external_cf_quiche_data/
quiche-server.sh 27 --http-version HTTP/0.9 --root "$SRCTOP" --no-grease --disable-hystart &
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/freebsd/
time.d 7 License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
8 Authors: $(HTTP jmdavisprog.com, Jonathan M Davis)
unistd.d 7 License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
8 Authors: $(HTTP jmdavisprog.com, Jonathan M Davis)
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/netbsd/
time.d 7 License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
8 Authors: $(HTTP jmdavisprog.com, Jonathan M Davis)
10 http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/sys/sys/time.h
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/openbsd/
time.d 7 License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/solaris/
time.d 7 License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/net/
curl.d 4 Networking client functionality as provided by $(HTTP curl.haxx.se/libcurl,
19 $(TR $(TDNW Low level) $(TD $(MYREF HTTP) $(MYREF FTP) $(MYREF
27 to your $(B dub.json) file if you are using $(LINK2 http://code.dlang.org, DUB).
31 $(LINK2 http://downloads.dlang.org/other/index.html, download archive page).
43 The high level API is for commonly used functionality such as HTTP/FTP get. The
67 the dlang.org web page. after a HTTP PUT of "hi")
71 the dlang.org web page. after a HTTP POST of "hi")
91 $(TR $(TDNW $(LREF HTTP)) $(TD `HTTP` struct for advanced usage))
115 auto client = HTTP();
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/http/
http_client.c 22 #include <openssl/http.h>
27 #define HTTP_PREFIX "HTTP/"
31 #define HTTP_1_0 HTTP_PREFIX_VERSION "0" /* "HTTP/1.0" */
41 /* Stateful HTTP request code, supporting blocking and non-blocking I/O */
43 /* Opaque HTTP request status structure */
60 int method_POST; /* HTTP method is POST (else GET) */
71 char *redirection_url; /* Location obtained from HTTP status 301/302 */
75 /* HTTP client OSSL_HTTP_REQ_CTX_nbio() internal states, in typical order */
93 #define OHS_STREAM 8 /* HTTP content stream to be read by caller */
96 /* Low-level HTTP API implementation *
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
trace_api_test.c 64 SET_EXPECTED_CAT_NAME(HTTP);
106 OSSL_TRACE_BEGIN(HTTP)
117 OSSL_TRACE_END(HTTP);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
statvfs.d 5 License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
6 Authors: Robert Klotzner and $(HTTP jmdavisprog.com, Jonathan M Davis)
7 Standards: $(HTTP http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_statvfs.h.html,
  /src/external/bsd/fetch/lib/
Makefile 4 SRCS= fetch.c common.c ftp.c http.c file.c
31 httperr.h: ${LIBFETCHDIR}/http.errors ${LIBFETCHDIR}/errlist.sh
32 ${HOST_SH} ${LIBFETCHDIR}/errlist.sh http_errlist HTTP \
33 ${LIBFETCHDIR}/http.errors > ${.TARGET}
35 COPTS.http.c+= ${CC_WNO_STRINGOP_TRUNCATION}
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
package.d 78 $(HTTP en.wikipedia.org/wiki/ISO_8601, ISO 8601)<br>
79 $(HTTP en.wikipedia.org/wiki/Tz_database,
81 $(HTTP en.wikipedia.org/wiki/List_of_tz_database_time_zones,
84 License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
85 Authors: $(HTTP jmdavisprog.com, Jonathan M Davis) and Kato Shoichi
stopwatch.d 45 License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
46 Authors: $(HTTP jmdavisprog.com, Jonathan M Davis) and Kato Shoichi
  /src/external/mpl/bind/dist/bin/tests/system/statschannel/
tests.sh 114 # verify that the http server dropped the connection without replying
132 POST /xml/v3/status HTTP/1.0
143 POST /xml/v3/status HTTP/1.0
153 POST /xml/v3/status HTTP/1.0
163 POST /xml/v3/status HTTP/1.0
176 URL="http://10.53.0.3:${EXTRAPORT1}/bind9.xsl"
251 URL="http://10.53.0.2:${EXTRAPORT1}/xml/v3/server"
254 URL="http://10.53.0.2:${EXTRAPORT1}/json/v1/server"
494 echo_i "Check HTTP/1.1 client-side pipelined requests are handled (GET) ($n)"
498 GET /xml/v3/status HTTP/1.
    [all...]
  /src/external/bsd/libevent/dist/test/
regress_http.c 62 #include "event2/http.h"
69 #include "http-internal.h"
520 struct evhttp *http = http_setup(&port, data->base, server_flags); local
526 if (http_bind(http, &port2, server_flags) == -1) {
539 /* first half of the http request */
580 "GET http://somehost.net/test HTTP/1.1\r\n"
591 evhttp_free(http);
597 { http_basic_test_impl(arg, 0, "GET /test HTTP/1.1"); }
599 { http_basic_test_impl(arg, 0, "GET /test HTTP/1.1 ");
697 struct evhttp *http = http_setup(&port, data->base, 0); local
819 struct evhttp *http = http_setup(&port, data->base, 0); local
903 struct evhttp *http = http_setup(&port, data->base, 0); local
964 struct evhttp *http = http_setup(&port, data->base, 0); local
1072 struct evhttp *http; local
1201 struct evhttp *http = http_setup(&port, data->base, 0); local
1292 struct evhttp *http = http_setup(&port, data->base, 0); local
1474 struct evhttp *http = http_setup(&port, data->base, 0); local
1677 struct evhttp *http = http_setup(&port, data->base, 0); local
1928 struct evhttp *http = http_setup(&port, data->base, 0); local
1977 struct evhttp *http = http_setup(&port, data->base, 0); local
2116 struct evhttp *http = http_setup(&port, data->base, 0); local
2241 struct evhttp *http = http_setup(&port, data->base, 0); local
2331 struct evhttp *http = http_setup(&port, data->base, 0); local
3028 struct evhttp *http; local
3115 struct evhttp *http = http_setup(&port, data->base, ssl ? HTTP_BIND_SSL : 0); local
3334 struct evhttp *http = http_setup(&port, data->base, ssl ? HTTP_BIND_SSL : 0); local
3411 struct evhttp *http = http_setup(&port, data->base, ssl ? HTTP_BIND_SSL : 0); local
3484 struct evhttp *http = http_setup(&port, data->base, 0); local
3556 struct evhttp *http = http_setup(&port, data->base, 0); local
3608 struct evhttp *http = http_setup(&port, data->base, ssl ? HTTP_BIND_SSL : 0); local
3665 struct evhttp *http; member in struct:http_server
3683 struct evhttp *http = http_setup(&hs.port, data->base, ssl ? HTTP_BIND_SSL : 0); local
3727 struct evhttp *http = http_setup(&hs.port, data->base, ssl ? HTTP_BIND_SSL : 0); local
3922 struct evhttp *http = http_setup(&port, data->base, 0); local
3986 struct evhttp *http = http_setup(&port, data->base, 0); local
4054 struct evhttp *http = http_setup(&port, data->base, 0); local
4171 struct evhttp *http = http_setup(&port, data->base, 0); local
4324 struct evhttp *http = http_setup(&port, data->base, 0); local
4447 struct evhttp *http = http_setup(&port, data->base, 0); local
4516 struct evhttp *http = http_setup(&port, data->base, ssl ? HTTP_BIND_SSL : 0); local
4555 struct evhttp *http = http_setup(&port, data->base, 0); local
4621 struct evhttp *http = local
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_http.c 60 #include "event2/http.h"
67 #include "http-internal.h"
517 struct evhttp *http = http_setup(&port, data->base, server_flags); local
523 if (http_bind(http, &port2, server_flags) == -1) {
536 /* first half of the http request */
577 "GET http://somehost.net/test HTTP/1.1\r\n"
588 evhttp_free(http);
594 { http_basic_test_impl(arg, 0, "GET /test HTTP/1.1"); }
596 { http_basic_test_impl(arg, 0, "GET /test HTTP/1.1 ");
694 struct evhttp *http = http_setup(&port, data->base, 0); local
816 struct evhttp *http = http_setup(&port, data->base, 0); local
900 struct evhttp *http = http_setup(&port, data->base, 0); local
961 struct evhttp *http = http_setup(&port, data->base, 0); local
1069 struct evhttp *http; local
1198 struct evhttp *http = http_setup(&port, data->base, 0); local
1289 struct evhttp *http = http_setup(&port, data->base, 0); local
1471 struct evhttp *http = http_setup(&port, data->base, 0); local
1674 struct evhttp *http = http_setup(&port, data->base, 0); local
1925 struct evhttp *http = http_setup(&port, data->base, 0); local
1974 struct evhttp *http = http_setup(&port, data->base, 0); local
2113 struct evhttp *http = http_setup(&port, data->base, 0); local
2238 struct evhttp *http = http_setup(&port, data->base, 0); local
2328 struct evhttp *http = http_setup(&port, data->base, 0); local
3025 struct evhttp *http; local
3112 struct evhttp *http = http_setup(&port, data->base, ssl ? HTTP_BIND_SSL : 0); local
3331 struct evhttp *http = http_setup(&port, data->base, ssl ? HTTP_BIND_SSL : 0); local
3408 struct evhttp *http = http_setup(&port, data->base, ssl ? HTTP_BIND_SSL : 0); local
3481 struct evhttp *http = http_setup(&port, data->base, 0); local
3553 struct evhttp *http = http_setup(&port, data->base, 0); local
3605 struct evhttp *http = http_setup(&port, data->base, ssl ? HTTP_BIND_SSL : 0); local
3662 struct evhttp *http; member in struct:http_server
3680 struct evhttp *http = http_setup(&hs.port, data->base, ssl ? HTTP_BIND_SSL : 0); local
3724 struct evhttp *http = http_setup(&hs.port, data->base, ssl ? HTTP_BIND_SSL : 0); local
3885 struct evhttp *http = NULL; local
3919 struct evhttp *http = http_setup(&port, data->base, 0); local
3983 struct evhttp *http = http_setup(&port, data->base, 0); local
4051 struct evhttp *http = http_setup(&port, data->base, 0); local
4168 struct evhttp *http = http_setup(&port, data->base, 0); local
4321 struct evhttp *http = http_setup(&port, data->base, 0); local
4444 struct evhttp *http = http_setup(&port, data->base, 0); local
4513 struct evhttp *http = http_setup(&port, data->base, ssl ? HTTP_BIND_SSL : 0); local
4552 struct evhttp *http = http_setup(&port, data->base, 0); local
4614 struct evhttp *http = local
    [all...]
  /src/external/mit/libuv/dist/
LINKS.md 9 * [Haywire](https://github.com/kellabyte/Haywire): Asynchronous HTTP server.
10 * [H2O](https://github.com/h2o/h2o): An optimized HTTP server with support for HTTP/1.x and HTTP/2.
11 * [Igropyr](https://github.com/guenchi/Igropyr): a async Scheme http server base on libuv.
12 * [Julia](http://julialang.org/): Scientific computing programming language
13 * [Kestrel](https://github.com/aspnet/AspNetCore/tree/master/src/Servers/Kestrel): web server (C# + libuv + [ASP.NET Core](http://github.com/aspnet))
15 * [Lever](http://leverlanguage.com): runtime, libuv at the 0.9.0 release
20 * [Luvit](http://luvit.io): Node.JS for the Lua Inventor
22 * [MoarVM](https://github.com/MoarVM/MoarVM): a VM for [Rakudo](http://rakudo.org/) [Raku](http://raku.org
    [all...]
  /src/crypto/external/bsd/heimdal/dist/tools/
kdc-log-analyze.pl 204 print "\tMalformed HTTP requests: ", $http_malformed,"\n";
206 print "\tTop ten malformed HTTP request clients\n";
213 print "\tTop ten HTTP non KDC request clients\n";
418 } elsif (/Malformed HTTP request from IPv[46]:([0-9\.:a-fA-F]+)$/) {
430 } elsif (/HTTP request from IPv[46]:([0-9\.:a-fA-F]+) is non KDC request/) {
471 } elsif (/HTTP request:/) {
  /src/external/bsd/libevent/dist/sample/
https-client.c 8 Actually, it also accepts plain http URLs to make it easy to compare http vs
41 #include <event2/http.h>
122 /* See http://archives.seul.org/libevent/users/Jan-2013/msg00039.html */
239 enum { HTTP, HTTPS } type = HTTP;
314 strcasecmp(scheme, "http") != 0)) {
315 err("url must be http or https");
327 port = (strcasecmp(scheme, "http") == 0) ? 80 : 443;
433 if (strcasecmp(scheme, "http") == 0)
    [all...]
  /src/libexec/httpd/
printenv.lua 13 -- and then navigate to: http://127.0.0.1:8080/test/printenv
28 httpd.write("HTTP/1.1 200 Ok\r\n")
79 httpd.write("HTTP/1.1 200 Ok\r\n")
97 -- register this handler for http://<hostname>/<prefix>/printenv
  /src/external/bsd/ntp/dist/scripts/update-leap/
update-leap.in 30 use HTTP::Tiny 0.056;
46 # HTTP - No TLS/SSL - (not recommended)
47 # http://www.ietf.org/timezones/data/leap-seconds.list
277 # HTTP::Tiny doesn't export a method to explicitly close a connected
278 # socket, therefore, we instantiate the lexically scoped $http object in
284 my $http;
287 $http = HTTP::Tiny->new(%SSL_ATTRS);
288 (my $ok, my $why) = $http->can_ssl;
292 $http = HTTP::Tiny->new()
    [all...]
  /src/external/mpl/bind/dist/bin/tests/
test_server.c 33 typedef enum { UDP, TCP, DOT, HTTPS, HTTP } protocol_t;
35 static const char *protocols[] = { "udp", "tcp", "dot", "https", "http-plain" };
269 case HTTP: {
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/netinet/
in_.d 7 License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
8 Authors: $(HTTP jmdavisprog.com, Jonathan M Davis)
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/netinet/
in_.d 7 License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
8 Authors: $(HTTP jmdavisprog.com, Jonathan M Davis)
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/freebsd/netinet/
in_.d 7 License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
8 Authors: $(HTTP jmdavisprog.com, Jonathan M Davis)

Completed in 25 milliseconds

1 2