http icon indicating copy to clipboard operation
http copied to clipboard

Alternate transfer encoding (e.g. content-length) needs work and testing

Open carlbrown opened this issue 7 years ago • 0 comments

In working on writing a framework on top of this one, I've discovered that I quite often want to send a payload that has a fixed length (e.g. a JSON Data produced by Codable), and the code paths to do that (e.g. in HTTPStreamingParser.swift when isChunked == false) are hard to use and poorly tested.

I need to fix that.

carlbrown avatar Sep 12 '17 13:09 carlbrown