Joe Balough
Joe Balough
I wrote up a class implementing a Response that can handle the file response stuff supporting file resuming and on-the-fly compression (which disables file resuming). The Pull Request does not...
When I wrote up this feature request, I admit that I didn't really understand how compression over HTTP works. I recently did some work for #94 and understand it a...
I'm currently working on using seasocks to implement a REST-like API that uses with C++ libraries. I ended up implementing something internal to my program that automatically builds up the...
> Personally I would consider if it's possible for your application to use a server that specialises in file serving (nginx is good) because it can probably do it much...
Added the Vary header to the response so it will be cached correctly.
Sorry for the delay on this, I haven't had the time to work on the changes. I'll look into getting some time to work on it soon! On Mon, Oct...
Good point! Thanks for the info, I won't worry about this unless it proves to be a bottleneck