Ingo Oppermann
Ingo Oppermann
Very short responses become larger if they are gzipped. With the minLength parameter you can define what minimum length a response should have before it is gzipped. The response is...
For routing a request, the URL without the query string is usually required. The method http_request_path() returns the path component of the URL (i.e. everything befor the first "?") and...
If the response is too short, e.g. a few bytes, compressing the response makes it even larger. The new parameter MinLength to the GzipConfig struct allows to set a threshold...
Provided information about media might require that some kind of license for that content is shown on the embedding page. Such license information is currently missing. Example: ``` { "version":...