Merge pull request #1343 from simon04/http

mdn: update HTTP
pull/1346/head
Simon Legner 4 years ago committed by GitHub
commit 5e93270779
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -84,6 +84,11 @@ module Docs
[3, 4], [3, 4],
[] []
], ],
'rfc7540' => [
(3..11).to_a,
[],
[]
],
'rfc5023' => [ 'rfc5023' => [
[], [],
[], [],

@ -37,6 +37,7 @@ module Docs
https://tools.ietf.org/html/rfc7233 https://tools.ietf.org/html/rfc7233
https://tools.ietf.org/html/rfc7234 https://tools.ietf.org/html/rfc7234
https://tools.ietf.org/html/rfc7235 https://tools.ietf.org/html/rfc7235
https://tools.ietf.org/html/rfc7540
https://tools.ietf.org/html/rfc5023) https://tools.ietf.org/html/rfc5023)
end end
end end

Loading…
Cancel
Save