Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Collect streaming request bodies (#23)
Fixes #22. Request bodies of a certain size come in streaming and the properties return `nil`. We should check this and perform a check similar to what Vapor's routing tools do internally: https://github.com/vapor/vapor/blob/1d53c99b6ede0131bb02305f0d62fb2c6c830f3b/Sources/Vapor/Routing/RoutesBuilder%2BMethod.swift#L152
- Loading branch information