Re: How do I deflate content()?
Michael Herger <slim-b/[email protected]> Fri, 16 Dec 2022 17:54:23 +0100
| Newsgroups | gmane.music.equipment.slimdevices.devel |
|---|---|
| Message-ID | <[email protected]> |
> $response->headers->content_type > -------------------- > is application/json > - But it appears that the base adds "allow gzip" in all requests, > because How do you do the HTTP requests? If you were using Slim::Networking::SimpleAsyncHTTP this would be dealt with automatically. Can you share some more code? I see that the github repository you linked to would be using SimpleAsyncHTTP.