middlewares / encoder

PSR-15 middleware to encode the response body to gzip or deflate
MIT License
6 stars 2 forks source link

Refactor - Multiple Compression/Encoding Methods #6

Open cseufert opened 3 years ago

cseufert commented 3 years ago

Refactored CompressEncoder to support multiple methods in a single middleware, with backward compact

To do:

cseufert commented 3 years ago

@oscarotero Could you let me know if this has the possibility of being merged (open to suggestions on structural changes).

oscarotero commented 3 years ago

Hi, @cseufert Thanks, I really like your proposal :).

Let me know when you have finished with this changes and I'll merge it.