You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.
smokingplaya edited this page May 24, 2024
·
13 revisions
The HTTPRequestBuilder class was created as an abstraction over sending HTTP requests.
It simplifies sending HTTP requests, makes it easier to understand.
Methods
new (constructor)
@argument URL (string) - The URL link that will be used to send the request. @argument Method (enum METHODS) - The method through which the request will be sent.