Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.52 KB

File metadata and controls

43 lines (34 loc) · 1.52 KB

Fast Forward HTTP Message

Fast Forward HTTP Message is a focused companion library for PSR-7 applications. It builds on top of nyholm/psr7 and adds practical response classes, payload-aware JSON helpers, and small HTTP utility enums that remove repetitive string handling from application code.

This package is a good fit when you want to:

  • return JSON, HTML, text, empty, or redirect responses quickly;
  • keep JSON payloads accessible after they have been encoded into a body stream;
  • centralize HTTP header parsing and negotiation logic;
  • use typed HTTP helpers without replacing your existing PSR-7 stack.

Useful Links

Documentation Map

.. toctree::
   :maxdepth: 2
   :caption: Contents:

   getting-started/index
   usage/index
   advanced/index
   api/index
   links/index
   faq
   compatibility