- From: Roberto Peon <grmocg@gmail.com>
- Date: Sun, 20 Oct 2013 19:08:29 -0700
- To: HTTP Working Group <ietf-http-wg@w3.org>
Received on Monday, 21 October 2013 02:08:57 UTC
I'm implemented all of the next (pre) draft version of compression here: https://github.com/grmocg/httpbis-header-compression (Apparently this might work: http://rawgithub.com/grmocg/httpbis-header-compression/master/compressor_test.html ) which should soon be merged here, as it is a modification of Fred's original JS compressor: https://github.com/akalin-chromium/httpbis-header-compression It provides for separate encoding/decoding steps, showing the output (or input, depending) as hex, as well as the state of the table, and opcodes as they're decoded. Hopefully this means that you should be able to verify interop more easily than last time since you can just run this in your browser in a tab. .. and now back to hacking on the spec.. -=R
Received on Monday, 21 October 2013 02:08:57 UTC