Requests_Session
Methods
1 to 13 of 13
- Requests_Session::__get() – Get a property’s value
- Requests_Session::__isset() – Remove a property’s value
- Requests_Session::__set() – Set a property’s value
- Requests_Session::__unset() – Remove a property’s value
- Requests_Session::delete() – Send a DELETE request
- Requests_Session::get() – Send a GET request
- Requests_Session::head() – Send a HEAD request
- Requests_Session::merge_request() – Merge a request’s data with the default data
- Requests_Session::patch() – Send a PATCH request
- Requests_Session::post() – Send a POST request
- Requests_Session::put() – Send a PUT request
- Requests_Session::request_multiple() – Send multiple HTTP requests simultaneously
- Requests_Session::request() – Main interface for HTTP requests