class Requests_Proxy_HTTP {}

In this article

HTTP Proxy connection interface

Description

Provides a handler for connection via an HTTP proxy

Methods

NameDescription
Requests_Proxy_HTTP::__constructConstructor
Requests_Proxy_HTTP::curl_before_sendSet cURL parameters before the data is sent
Requests_Proxy_HTTP::fsockopen_headerAdd extra headers to the request before sending
Requests_Proxy_HTTP::fsockopen_remote_host_pathAlter remote path before getting stream data
Requests_Proxy_HTTP::fsockopen_remote_socketAlter remote socket information before opening socket connection
Requests_Proxy_HTTP::get_auth_stringGet the authentication string (user:pass)
Requests_Proxy_HTTP::registerRegister the necessary callbacks

Source

Changelog

VersionDescription
1.6Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.