Closed
Description
plugins planned (new or migrate from Ivory):
- Authentication (replaces BasicAuth by @sagikazarmark)
- Cookie (Journal interface #35, migrate)
- History (migrate)
- Logger (migrate)
- Redirect (migrate)
- Retry (migrate)
- Tape Recorder (PHP-VCR like by @jeromegamez, see tape recorder php-vcr style #4)
- Stopwatch (migrate)
- Convert error responses to exceptions (throw exception when status is 4xx / 5xx)
- Base URI (to complete incomplete requests, see also Dependencies #37)
- Validator (validate http request based on protocol (1.0 / 1.1)
- Sanitizer (add http request headers based on available informations, like Host header, Content-Length header, ...)
- Encoding : Deflate, Chunk, ... (Add header to request to say that we support compression, and decorate stream for deflate / chunk if needed)
- Cache (integration with doctrine / cache, psr 6 ? )