Skip to content

Commit edb1676

Browse files
Merge pull request #2 from AforAnonymous/master
Fixed 404ing links, HTTPS'd, find replace Drafts-->RFCs
2 parents e3c28f4 + c1698d7 commit edb1676

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ This GitHub organization focuses on designing abstract HTTP helpers or coding re
66

77
## More bla
88

9-
* http://www.youtube.com/watch?v=9Qnx1h5cQxo
10-
* http://hyperrest.github.io/2013-06-10-http-hell-no/
11-
* http://hyperrest.github.io/2013-10-14-man-overboard/
12-
* http://www.youtube.com/watch?v=UqTlToUYK1E
9+
* https://www.youtube.com/watch?v=9Qnx1h5cQxo
10+
* https://hyperrest.github.io/2013-06-10-http-hell-no
11+
* https://hyperrest.github.io/2013-10-14-man-overboard
12+
* https://www.youtube.com/watch?v=UqTlToUYK1E
1313
* https://vimeo.com/20784244
1414
* http://seancribbs.com/tech/2012/01/16/webmachine-vs-grape/
1515

@@ -19,8 +19,8 @@ This GitHub organization focuses on designing abstract HTTP helpers or coding re
1919
\* HTTP/2.0 encapsulation is omitted
2020

2121
1. receive request
22-
1. parse messaging - [p1-messaging](http://tools.ietf.org/html/draft-ietf-httpbis-p1-messaging)
23-
2. parse semantics - [p2-semantics](http://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics) (and extensions)
22+
1. parse messaging - [RFC7230](https://tools.ietf.org/html/rfc7230)
23+
2. parse semantics - [RFC7231](https://tools.ietf.org/html/rfc7231) (and extensions)
2424
2. prepare response
2525
1. decide
2626
3. send response

0 commit comments

Comments
 (0)