We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0927137 commit 65cbe71Copy full SHA for 65cbe71
lib/protocol/http/header/priority.rb
lib/protocol/http/headers.rb
@@ -13,7 +13,6 @@
13
require_relative "header/vary"
14
require_relative "header/authorization"
15
require_relative "header/date"
16
-require_relative "header/priority"
17
18
module Protocol
19
module HTTP
@@ -247,7 +246,6 @@ def []= key, value
247
246
"connection" => Header::Connection,
248
"cache-control" => Header::CacheControl,
249
"vary" => Header::Vary,
250
- "priority" => Header::Priority,
251
252
# Headers specifically for proxies:
253
"via" => Split,
test/protocol/http/header/priority.rb
0 commit comments