Currently the headers are encoded to JSON strings like: ```json "headers": [ [ "content-length", "1" ] ] ``` It needs to be more like: ```json "headers": [ ["content-length",1] ] ```