File: wp-includes/Requests/src/Session.php
-
methodSession::__wakeup()
-
methodSession::patch()
Send a PATCH request
-
methodSession::request()
Main interface for HTTP requests
-
Send multiple HTTP requests simultaneously
-
methodSession::merge_request()
Merge a request’s data with the default data
-
methodSession::head()
Send a HEAD request
-
methodSession::delete()
Send a DELETE request
-
methodSession::post()
Send a POST request
-
methodSession::put()
Send a PUT request
-
classSession
Session handler for persistent requests and default parameters
-
methodSession::__construct()
Create a new session
-
methodSession::__get()
Get a property’s value
-
methodSession::__set()
Set a property’s value
-
methodSession::__isset()
Remove a property’s value
-
methodSession::__unset()
Remove a property’s value
-
methodSession::get()
Send a GET request