issues
search
avaje
/
avaje-jex
Web routing for the JDK Http server
Apache License 2.0
23
stars
1
forks
source link
Add Compression
#85
Closed
SentryMan
closed
1 week ago
SentryMan
commented
1 week ago
remove extra Static Resource loader (since compression is in play, we can't really be using
Files.size
to get exact size)
rename resource methods
use
Executor
instead of
ThreadFactory
Add compression functionality (check on the first call to
OutputStream#write
whether to compress the full response)
Files.size
to get exact size)Executor
instead ofThreadFactory
OutputStream#write
whether to compress the full response)