Skip to content

Tags: pointfreeco/vapor-routing

Tags

0.1.3

Toggle 0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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+Method.swift#L152

0.1.2

Toggle 0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support ordered dictionaries from URL Routing 0.4.0 (#20)

0.1.1

Toggle 0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make middleware public (#10)

0.1.0

Toggle 0.1.0's commit message
🌱

Co-authored-by: Stephen Celis <[email protected]>