66 Commits
Author SHA1 Message Date
TannerandGitHub 3a21866782 rename Request to HTTPRequest 2017-06-16 11:51:32 +01:00
tanner0101 9691a6a526 spacing fixes 2017-06-14 18:59:07 +01:00
tanner0101 02ef28a81e resolve merge conflicts with HTTPVersion updates 2017-06-14 18:56:20 +01:00
tanner0101 205a2652fc Merge branch 'develop' into just-modules 2017-06-14 18:55:29 +01:00
tanner0101 990a38227a clean up modules 2017-06-14 18:42:36 +01:00
tanner0101 80111f16b1 modules / namespace 2017-06-14 13:44:45 +01:00
seabaylea 58eb012735 Move HTTPVersion to its own file and add
Hashable/CustomStringConvertible conformance
2017-06-14 10:19:31 +01:00
seabaylea db44cf0d1a Convert HTTPVersion to a struct 2017-06-13 15:31:15 +01:00
Chris BaileyandGitHub 7c04fa59d3 Merge pull request #5 from shmuelk/develop
Make StreamingParser.keepAliveUntil accessable outside the SwiftServerHttp module
2017-06-12 09:51:40 +01:00
Shmuel Kallner 8feb666b6f Make keepAliveUntil accessable outside this module 2017-06-07 14:54:23 +03:00
Helge Hess 885d1f1ec4 Fix reasonPhrase, update API.md 2017-06-01 13:33:41 +02:00
Helge Hess 9fdf40ff74 Add .other to HTTPResponseStatus
HTTP is a living protocol, status values are
occasionally added.
I would prefer that we wouldn't use a closed
construct like an enum for an extensible type,
but at least we need to have a 'other' case
to be future-proof.
2017-06-01 13:20:51 +02:00
Helge Hess dd9e50172c Add .other to HTTPMethod
HTTP is a living protocol, methods are added
all the time.
I would prefer that we wouldn't use a closed
construct like an enum for an extensible type,
but at least we need to have a 'other' case
to be future-proof.
2017-06-01 13:19:52 +02:00
Carl Brown cbb6387f00 relocate SimpleResponseCreator 2017-05-31 10:03:20 -05:00
seabaylea addb1029cf Update LICENCE and copyrights, add API.md 2017-05-31 15:47:49 +01:00
Carl Brown 66cc36f823 Initial Commit 2017-05-30 15:37:23 -05:00