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
HTTP component for Comely apps. Route URLs to appropriate/routed controllers, built-in Http client to make external requests, forward requests internally between controllers, etc...
Http router (Route URLs to appropriate/routed controllers)
Http client (for External requests using cURL lib)
Internal requests
Requirements
PHP ^8.1
ext-json
ext-curl
Installation
composer require comely-io/http
About
HTTP component for Comely apps. Route URLs to appropriate/routed controllers, built-in Http client to make external requests, forward requests internally between controllers, etc...