This enhancement allow for resources to be read in their compressed form, which usually applies to most if not all resources in any ZIP-based format (primarily EPUB). This saves CPU time because any modern web browser is capable of decompressing a deflate-encoded resource, so the raw contents of the ZIP can be directly proxied to any web client. Closes #89
This enhancement allow for resources to be read in their compressed form, which usually applies to most if not all resources in any ZIP-based format (primarily EPUB). This saves CPU time because any modern web browser is capable of decompressing a
deflate
-encoded resource, so the raw contents of the ZIP can be directly proxied to any web client. Closes #89