The Http module provides a simple HTTP client for making GET and POST requests. |
|
Create an Http instance — native classes need no include. |
|
Make a GET request and check the status code. |
|
Make a POST request with a JSON body. |
|