You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.
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 JSONData 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.
The text was updated successfully, but these errors were encountered:
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 byCodable
), and the code paths to do that (e.g. inHTTPStreamingParser.swift
whenisChunked == false
) are hard to use and poorly tested.I need to fix that.
The text was updated successfully, but these errors were encountered: