Tagged Questions

1
vote
1answer
432 views

HTTP Chunked Encoding. Need an example of 'Trailer' mentioned in SPEC

I am writing an HTTP parser for a transparent proxy. What is stumping me is the Trailer: mentioned in the specs for Transfer-Encoding: chunked. What does it look like? Normally, a HTTP chunked ends ...
0
votes
0answers
22 views

How to view value of chunks of chunked HTTP response

Is it possible to view value of chunks of chunked HTTP response?
0
votes
0answers
65 views

Using NPH Mode in CGI executable EXE on IIS 7.0 - can this be “realtime?”

I am writing a prototype CGI application to run on an IIS 7.0 server, which will ultimately result in that application sending a number of http chunked responses that are generated in response to a ...
0
votes
1answer
1k views

Decoding chunked HTTP with Actionscript

I have successfully connected to an HTTP server with ActionScript 3 over sockets. The only problem is, the server is sending chunked HTTP. Is there a generic function in any other language I can look ...