Requests 2.0.11 API

Proxy

Proxy connection interface

Implement this interface to handle proxy settings and authentication

Parameters should be passed via the constructor where possible, as this makes it much easier for users to use your provider.

Tags
see
Hooks
since
1.6

Table of Contents

Methods

register()  : mixed
Register hooks as needed

Methods

register()

Register hooks as needed

public register(Hooks $hooks) : mixed

This method is called in Requests::request() when the user has set an instance as the 'auth' option. Use this callback to register all the hooks you'll need.

Parameters
$hooks : Hooks

Hook system

Tags
see
Hooks::register()

        
On this page

Search results