Perry natively implements HTTP servers, clients, and WebSocket support.
{{#include ../../examples/stdlib/http/snippets.ts:fastify-server}}Perry's Fastify implementation is API-compatible with the npm package. Routes, request/reply objects, params, query strings, and JSON body parsing all work.
{{#include ../../examples/stdlib/http/snippets.ts:fetch-api}}{{#include ../../examples/stdlib/http/snippets.ts:axios-client}}{{#include ../../examples/stdlib/http/snippets.ts:websocket-client}}