⚒️HTTP Client
Class Features
Supports HTTP and HTTPS
Supports GET, POST, PUT, PATCH, HEAD, OPTIONS and DELETE methods
The request headers Date, User-Agent, Host and Content-Length are automatically added
To obtain an access token for servers which require OAuth 2.0 authentication, you may use the free and easy to use Simple OAuth 2.0 Framework for Authentication.
Example GET Request
Example POST Request with Basic Authentication
Last updated