Opened at 2009-08-18T16:54:55Z
Last modified at 2011-10-11T02:25:22Z
#789 new enhancement
Support Accept-Encoding: compress, gzip in the WAPI — at Initial Version
Reported by: | francois | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | undecided |
Component: | code-frontend-web | Version: | 1.5.0 |
Keywords: | compression json performance bandwidth | Cc: | |
Launchpad Bug: |
Description
It will be handy if the WAPI could compress it's JSON output on the fly. This is especially useful for a Tahoe client running on a mobile phone.
The following command returns uncompressed plain text.
curl -H "Accept-Encoding: compress, gzip" http://testgrid.allmydata.org:3567/uri/URI%3ADIR2%3ABLAH/?t=json
Note: See
TracTickets for help on using
tickets.