Delivery / @fjell/http-api
A lower-level HTTP vocabulary
Reusable HTTP methods, timeouts, and file-upload behavior beneath higher-level clients.
How to use it
Reusable HTTP methods, timeouts, and file-upload behavior beneath higher-level clients.
Minimal project sample
const response = await getMethod(url, { timeout:5000 });
await postMethod(url, { body:user });Where it connects
This component participates in the Fjell workflow as a delivery layer. See the complete relationship map and sample application to understand its neighbors.
See architecture → See sample app →