⚒️HTTP Client
Get data from server the easy way.
KHTTP Class Overview
Comprehensive HTTP Method Support Fully supports all major HTTP methods, including GET, POST, PUT, PATCH, HEAD, OPTIONS, and DELETE.
Automatic Header Management Automatically adds essential request headers, such as Date, User-Agent, Host, and Content-Length, ensuring seamless communication with HTTP servers.
For servers requiring OAuth 2.0 authentication, leverage the Simple OAuth 2.0 Framework for Authentication (Freeware) to obtain access tokens efficiently and securely.
Example GET Request
Example POST Request with Basic Authentication
Last updated