Server API

Harpy

Outbound HTTP client for server-to-external-API calls — set a base URL and shared headers once, then fire Get/Post/Put/Delete with automatic retry and a chainable Promise API.

Server only | HttpService:RequestAsync is not available on the client. Harpy will error if called from a LocalScript.
Import local harpy = RoExpress.Harpy.New({ baseUrl = "https://api.example.com" })

See also

Promise | the chainable async API returned by *Async methods  ·  App | inbound routing (server receives requests from clients)  ·  Network | client-to-server requests