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
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 (last modified by davidsarah)
It will be handy if the WAPI could compress its JSON output on the fly. This is especially useful for a Tahoe client running on a mobile phone.
The following command returns uncompressed JSON.
curl -H "Accept-Encoding: compress, gzip" http://testgrid.allmydata.org:3567/uri/URI%3ADIR2%3ABLAH/?t=json
Change History (4)
comment:1 Changed at 2010-01-16T01:23:51Z by davidsarah
- Keywords performance bandwidth added
comment:2 Changed at 2010-02-11T04:49:55Z by davidsarah
- Component changed from code-frontend to code-frontend-web
comment:3 Changed at 2011-10-11T01:08:18Z by davidsarah
- Description modified (diff)
- Keywords compression json added
comment:4 Changed at 2011-10-11T02:25:22Z by davidsarah
Note: See
TracTickets for help on using
tickets.
For compression of file data rather than JSON metadata, see #994.