dream-encoding icon indicating copy to clipboard operation
dream-encoding copied to clipboard

Encoding primitives for Dream applications.

Results 2 dream-encoding issues
Sort by recently updated
recently updated
newest added

This allow the user of this handler to enable/disable the logging independently of the rest of the application Logging at debug level means in the default Dream configuration no logging...

e.g.: https://github.com/tmattio/dream-encoding/blob/dde420426ba98da2bc7d26b0d67c3f0f2eb7b7ab/lib/dream_encoding.ml#L194-L195 This appears to read the entire body into memory, and then compress it. I assume (perhaps wrongly) that the underlying compression algorithms support streaming, and it seems like...