@package: Requests
-
methodRequests_IRI::set_host()
Set the ihost. Returns true on success, false on failure (if there are any invalid characters).
-
methodRequests_IRI::set_port()
Set the port. Returns true on success, false on failure (if there are any invalid characters).
-
methodRequests_IRI::set_path()
Set the ipath.
-
Set the iquery.
-
Parse an IRI into scheme/authority/path/query/fragment segments
-
Remove dot segments from a path
-
Replace invalid character with percent encoding
-
Callback function for preg_replace_callback.
-
-
methodRequests_IRI::is_valid()
Check if the object represents a valid IRI. This needs to be done on each call as some things change depending on another part of the IRI.
-
methodRequests_IRI::set_iri()
Set the entire IRI. Returns true on success, false on failure (if there are any invalid characters).
-
Create a new IRI object, from a specified string
-
Create a new IRI object by resolving a relative IRI
-
Return the entire IRI when you try and read the object as a string
-
methodRequests_IRI::__set()
Overload __set() to provide access via properties
-
methodRequests_IRI::__get()
Overload __get() to provide access via properties
-
methodRequests_IRI::__isset()
Overload __isset() to provide access via properties
-
methodRequests_IRI::__unset()
Overload __unset() to provide access via properties
-
Add extra headers to the request before sending
-
Get the authentication string (user:pass)
-
classRequests_Exception
Exception for HTTP requests
-
Create a new exception
-
Like {@see getCode()}, but a string code.
-
Gives any relevant data
-
classRequests_IRI
IRI parser/serialiser/normaliser
-
Register the necessary callbacks
-
Set cURL parameters before the data is sent
-
Alter remote socket information before opening socket connection
-
Alter remote path before getting stream data
-
Merge a request’s data with the default data