소스 검색

mdn: update HTTP

Simon Legner 5 년 전
부모
커밋
3b1955ecbf
2개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      lib/docs/filters/http/entries.rb
  2. 1 0
      lib/docs/scrapers/http.rb

+ 5 - 0
lib/docs/filters/http/entries.rb

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

+ 1 - 0
lib/docs/scrapers/http.rb

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