HTTP

HTTP library is wrapper around Axios

Example usage:

await http.get('https://example.com/v1/users')

Exposed methods:

  • get
  • post
  • put
  • delete
  • patch