Lines Matching full:http
45 # accessed via http proxy.
50 # HTTP Proxy server to use. Valid examples include:
128 # Return success if able list a remote FTP directory via HTTP proxy. If
134 # The HTTP proxy server host name, IPv4 address or IPv6 address.
140 # The TCP port to connect to when communicating with the HTTP
143 # The FTP URL sent to the HTTP proxy server. Unused if
200 printf "GET %s/ HTTP/1.0\r\n\r\n" "${proxy_path%/}" |
215 /^HTTP.... 200 / {
248 # Initializes the HTTP Proxy media device. Returns success if able to confirm
249 # the existence of at least one known FTP server release path via HTTP proxy
255 # The HTTP proxy server to connect to. Usually set by having
261 # The FTP URL to send to the HTTP proxy server. Usually set by
274 f_dprintf "Init routine called for HTTP Proxy device. dev=[%s]" "$dev"
332 # Returns data from $file on an FTP server via HTTP proxy using nc(1). Please
335 # non-NULL, this function exits after receiving the HTTP header response from
336 # the proxy server (if the HTTP response code is 200, success is returned;
345 # HTTP proxy host to connect. Can be an IPv4 address, IPv6
351 # use as a prefix when requesting $file via HTTP proxy.
403 f_dprintf "sending http request for: %s" "$url"
404 printf "GET %s HTTP/1.0\r\n\r\n" "$url" | nc -n "$host" "$proxy_port" |
414 HTTP*)