Response Gzip compression #5

Open
opened 2024-02-02 16:00:49 +01:00 by Jef Roosens · 0 comments

Response compression (using the Content-Encoding header) might be an interesting feature to implement, if the client indicates it supports it.

The miniz library might be a useful starting point for this, as it implements gzip compression in a single C source file.

Response compression (using the `Content-Encoding` header) might be an interesting feature to implement, if the client indicates it supports it. The [miniz](https://github.com/richgel999/miniz) library might be a useful starting point for this, as it implements gzip compression in a single C source file.
Jef Roosens added the
enhancement
label 2024-02-02 16:00:49 +01:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Chewing_Bever/lnm#5
There is no content yet.