Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 908 Bytes

File metadata and controls

24 lines (17 loc) · 908 Bytes

StocKraken HTTP Request

StocKraken HTTP Request is a set of lightweight HTTP libraries available in multiple languages, built and maintained by clickoding. Base on Unirest for PHP.

Documentations

Full documentation can be read here.

Features

  • Utility methods to call GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE, PATCH requests
  • Supports form parameters, file uploads and custom body entities
  • Supports gzip
  • Supports Basic, Digest, Negotiate, NTLM Authentication natively
  • Customizable timeout
  • Customizable default headers for every request (DRY)
  • Automatic JSON parsing into a native object for JSON responses

Requirements