Laurence Withers
f70914aa38
cmd/packserver: add --fallback-404 arg for Angular-style SPA support
2020-02-15 12:35:05 +00:00
Laurence Withers
ca54fb8fbb
Add doc link to README.md
2020-02-15 12:27:45 +00:00
Laurence Withers
d5b4fcf0be
Implement library support for Angular-style single page applications
2020-02-15 12:26:01 +00:00
Laurence Withers
f08165b0f1
Update README to remove reference to external brotli command
...
Since we're now using github.com/andybalholm/brotli to natively pack, there's no need to refer
to an external brotli process any more.
2020-02-15 11:23:42 +00:00
Laurence Withers
f7cd22f633
Single range support
...
We now support single part ranges, as per:
https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests#Single_part_ranges
Multi-part ranges are not implemented because there have been far too
many bugs in this area.
It interacts with compression by selecting a byte range from the
compressed stream. Since the compressed stream is fixed, the results are
consistent.
2019-10-09 13:04:07 +01:00
Laurence Withers
ea77f42dc3
Note a TODO in the README
2019-04-12 09:16:23 +01:00
Laurence Withers
2a25d80249
Handler implementation
...
Currently missing range support, but compression and etag processing is
in along with basic header support. Still needs unit tests.
2019-03-08 09:16:38 +00:00
Laurence Withers
d836bf3cc7
Further work-in-progress, basic packing and inspecting
2019-03-05 18:41:02 +00:00
Laurence Withers
0fc26e5414
Initial README
2019-02-23 13:47:59 +00:00