Method: HTTPX::Headers#freeze

Defined in:
lib/httpx/headers.rb

#freezeObject

freezes the headers hash



37
38
39
40
# File 'lib/httpx/headers.rb', line 37

def freeze
  @headers.freeze
  super
end