Home
last modified time | relevance | path

Searched refs:http_open (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/dports/lang/yap/yap-6.2.2/packages/http/
H A Dtest_http.pl12 :- use_module(library(http/http_open)).
22 run_tests([ http_open,
27 :- begin_tests(http_open).
30 http_open('http://gollem.science.uva.nl/', In, []),
35 http_open('http://gollem.science.uva.nl', In, []),
40 http_open('http://gollem.science.uva.nl/cgi-bin/chunked', In, []),
45 :- end_tests(http_open).
H A Dhttp_open.pl33 :- module(http_open,
34 [ http_open/3, % +URL, -Stream, +Options
59 Loading this library causes http_open/3 to support chunked
69 ?- http_open('http://www.google.com/search?q=prolog', In, []),
82 http_open(URL, In,
104 %% http_open(+URL, -Stream, +Options) is det.
177 http_open(URL, Stream, Options) :-
181 http_open(Parts, Stream, Options1).
182 http_open(Parts, Stream, Options0) :-
194 http_open(Parts, Stream, Options0) :-
[all …]
H A DChangeLog163 * FIXED: http_open/3: avoid leaking a socket-handle if the tcp_connect
420 * ADDED: http_set_authorization/2 in library(http/http_open) to provide
486 * FIXED: http_open/3: send Host: <host>:<port> if port is not 80.
500 * ADDED: final_url option to http_open/3
548 * FIXED: Properly close sockets on errors in http_open/3.
552 * ADDED: support for HEAD to http_open/3.
587 * FIXED: dangling choicepoint in http_open/3.
712 * ADDED: request_header(Name=Value) to http_open/3
718 * FIXED: remove choicepoints in http_open/3
780 * ADDED: http_open/3: header(+Name, -Value) option. Wouter
[all …]
/dports/lang/swi-pl/swipl-8.2.3/packages/http/
H A Dhttp_open.pl37 :- module(http_open,
38 [ http_open/3, % +URL, -Stream, +Options
71 This library defines http_open/3, which opens a URL as a Prolog stream.
88 Loading this library adds tracking cookies to http_open/3. Returned
94 http_open/3 advertise itself as HTTP/1.1 instead of HTTP/1.0.
100 ?- http_open('http://www.google.com/search?q=prolog', In, []),
113 http_open(URL, In,
128 :- use_module(library(http/http_open)).
136 http_open(URL, In, []),
438 'http_open: Connecting via ~w to ~w', [Proxy, AtomicURL]),
[all …]
H A Dtest_http.pl20 :- use_module(library(http/http_open)).
31 run_tests([ http_open,
40 :- begin_tests(http_open, [condition(run_network_tests)]).
43 http_open('http://www.swi-prolog.org/', In,
50 http_open('http://www.swi-prolog.org', In, []),
55 http_open('http://www.swi-prolog.org/Tests/chunked/data', In, []),
60 :- end_tests(http_open).
85 http_open(URL, Stream,
172 http_open(URL, Stream,
H A Dhttp_client.pl57 :- autoload(library(http/http_open),
58 [http_open/3,http_close_keep_alive/1]).
68 [ pass_to(http_open/3, 3),
H A Dyadis.pl39 :- use_module(library(http/http_open)).
113 http_open(URL, In,
127 http_open(URL, In,
143 http_open(XRDSLocation, In,
H A Dtest_proxy.pl15 :- use_module(library(http/http_open)).
189 http_open(Target, Slave,
520 proxy_test(http_open(URL, StreamPair, []),
533 proxy_test(http_open(URL, StreamPair, []),
546 proxy_test(http_open(URL, StreamPair, []),
557 catch(proxy_test(http_open(URL, StreamPair, []),
571 proxy_test(http_open(URL,
607 proxy_test(http_open(URL, StreamPair, []),
H A Dhttp_load.pl36 :- use_module(library(http/http_open)).
78 http_open(FinalURL, In,
/dports/security/doscan/doscan-0.3.3/src/
H A Dproto_http.cc33 static void http_open (scan_host_t *);
47 proto_register ("http", http_start, http_open); in proto_http_register()
91 http_open (scan_host_t *s) in http_open() function
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/net/tcp/
H A Dhttpblock.c68 if ( ( rc = http_open ( data, &http_get, http->uri, &range, in http_block_read()
99 if ( ( rc = http_open ( data, &http_head, http->uri, NULL, in http_block_read_capacity()
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/net/tcp/
H A Dhttpblock.c68 if ( ( rc = http_open ( data, &http_get, http->uri, &range, in http_block_read()
99 if ( ( rc = http_open ( data, &http_head, http->uri, NULL, in http_block_read_capacity()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/net/tcp/
H A Dhttpblock.c68 if ( ( rc = http_open ( data, &http_get, http->uri, &range, in http_block_read()
99 if ( ( rc = http_open ( data, &http_head, http->uri, NULL, in http_block_read_capacity()
/dports/net/ipxe/ipxe-2265a65/src/net/tcp/
H A Dhttpblock.c68 if ( ( rc = http_open ( data, &http_get, http->uri, &range, in http_block_read()
99 if ( ( rc = http_open ( data, &http_head, http->uri, NULL, in http_block_read_capacity()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/net/tcp/
H A Dhttpblock.c68 if ( ( rc = http_open ( data, &http_get, http->uri, &range, in http_block_read()
99 if ( ( rc = http_open ( data, &http_head, http->uri, NULL, in http_block_read_capacity()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/net/tcp/
H A Dhttpblock.c68 if ( ( rc = http_open ( data, &http_get, http->uri, &range, in http_block_read()
99 if ( ( rc = http_open ( data, &http_head, http->uri, NULL, in http_block_read_capacity()
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/net/tcp/
H A Dhttpblock.c68 if ( ( rc = http_open ( data, &http_get, http->uri, &range, in http_block_read()
99 if ( ( rc = http_open ( data, &http_head, http->uri, NULL, in http_block_read_capacity()
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/net/tcp/
H A Dhttpblock.c68 if ( ( rc = http_open ( data, &http_get, http->uri, &range, in http_block_read()
99 if ( ( rc = http_open ( data, &http_head, http->uri, NULL, in http_block_read_capacity()
/dports/lang/swi-pl/swipl-8.2.3/packages/ssl/
H A Dhttp_ssl_plugin.pl65 library(http_open) to provide secure HTTP (HTTPS) services and client
225 % Hook for http_open/3 to connect to an HTTPS (SSL-based HTTP)
241 % if an exception arises, http_open/3 closes the stream for us
246 % http_open/3 with more than 1 argument makes ssl_context/3 fail.
/dports/mail/im/im-153/IM/
H A DHttp.pm41 sub http_open($$) { subroutine
124 return (-1) if (http_open($target_host, $target_port) < 0);
/dports/textproc/rxp/rxp-1.4.4/
H A Dhttp.h20 FILE16 *http_open(const char *url,
/dports/textproc/ltxml/ltxml-1.2.9/RXP/include/
H A Dhttp.h20 FILE16 *http_open(const char *url,
/dports/textproc/html2text/html2text-1.3.2a/
H A Durlistream.C92 http_open(url + 5, timeout); in open()
127 urlistream::http_open( in http_open() function
/dports/audio/cmus/cmus-2.9.1/
H A Dhttp.h57 int http_open(struct http_get *hg, int timeout_ms);
/dports/lang/yap/yap-6.2.2/packages/semweb/
H A Drdf_http_plugin.pl35 :- use_module(library(http/http_open)).
88 catch(http_open(SourceURL, Stream0, OpenOptions), E, true),

12345678910>>...12