@package: Requests
-
Exception for 503 Service Unavailable responses
-
Exception for 428 Precondition Required responses
-
Exception for 416 Requested Range Not Satisfiable responses
-
Exception for unknown status responses
-
Create a new exception
-
Exception for 500 Internal Server Error responses
-
Exception for 400 Bad Request responses
-
Exception for 502 Bad Gateway responses
-
Exception for 408 Request Timeout responses
-
Exception for 410 Gone responses
-
Exception for 418 I’m A Teapot responses
-
Exception for 501 Not Implemented responses
-
Exception for 405 Method Not Allowed responses
-
Exception for 305 Use Proxy responses
-
Exception for 306 Switch Proxy responses
-
Exception for 407 Proxy Authentication Required responses
-
Is the response a redirect?
-
Throws an exception if the request was not successful
-
Exception for 411 Length Required responses
-
methodRequests_IRI::to_uri()
Convert an IRI to a URI (or parts thereof)
-
methodRequests_IRI::get_iri()
Get the complete IRI
-
methodRequests_IRI::get_uri()
Get the complete URI
-
Get the complete iauthority
-
Get the complete authority
-
classRequests_Response
HTTP response class
-
Constructor
-
Set the scheme. Returns true on success, false on failure (if there are any invalid characters).
-
Set the authority. Returns true on success, false on failure (if there are any invalid characters).
-
Set the iuserinfo.
-
methodRequests_IRI::set_host()
Set the ihost. Returns true on success, false on failure (if there are any invalid characters).