Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 632 Bytes

Making-Requests.md

File metadata and controls

6 lines (4 loc) · 632 Bytes

5. Making (curl) requests

The system comes with a default Request module for making curl requests. This is powered by Unirest. It's as easy passing the Henri\Framework\Http\Request\Request class an argument in the constructor of whereever you wish to make a request (this would usually be Service).

MORE DOCUMENTATION ON THIS WILL FOLLOW

Database Handling | Command Line