Sha256: 5dca85cd7ded9d083206429c152fae9ad0e56c8c8002c6baa1f1d86134bdf10c

Contents?: true

Size: 851 Bytes

Versions: 15

Compression:

Stored size: 851 Bytes

Contents

class SiteHub
  module Constants
    module HttpHeaderKeys
      PROXY_CONNECTION = 'proxy-connection'.freeze
      LOCATION_HEADER = 'location'.freeze
      HOST_HEADER = 'host'.freeze
      X_FORWARDED_HOST_HEADER = 'x-forwarded-host'.freeze
      X_FORWARDED_FOR_HEADER = 'x-forwarded-for'.freeze
      CONNECTION_HEADER = 'connection'.freeze
      KEEP_ALIVE = 'keep-alive'.freeze
      PROXY_AUTHENTICATE = 'proxy-authenticate'.freeze
      PROXY_AUTHORIZATION = 'proxy-authorization'.freeze
      TE = 'te'.freeze
      TRAILERS = 'trailers'.freeze
      TRANSFER_ENCODING = 'transfer-encoding'.freeze
      CONTENT_ENCODING = 'content-encoding'.freeze
      SET_COOKIE = 'Set-Cookie'.freeze
      CONTENT_LENGTH = 'Content-Length'.freeze
      UPGRADE = 'upgrade'.freeze
      TRANSACTION_ID = 'sitehub-transaction-id'.freeze
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
sitehub-0.5.0.alpha12 lib/sitehub/constants/http_header_keys.rb
sitehub-0.4.10 lib/sitehub/constants/http_header_keys.rb
sitehub-0.5.0.alpha11 lib/sitehub/constants/http_header_keys.rb
sitehub-0.5.0.alpha10 lib/sitehub/constants/http_header_keys.rb
sitehub-0.5.0.alpha8 lib/sitehub/constants/http_header_keys.rb
sitehub-0.5.0.alpha7 lib/sitehub/constants/http_header_keys.rb
sitehub-0.5.0.alpha6 lib/sitehub/constants/http_header_keys.rb
sitehub-0.5.0.alpha5 lib/sitehub/constants/http_header_keys.rb
sitehub-0.5.0.alpha4 lib/sitehub/constants/http_header_keys.rb
sitehub-0.5.0.alpha3 lib/sitehub/constants/http_header_keys.rb
sitehub-0.5.0.alpha2 lib/sitehub/constants/http_header_keys.rb
sitehub-0.4.9 lib/sitehub/constants/http_header_keys.rb
sitehub-0.4.8 lib/sitehub/constants/http_header_keys.rb
sitehub-0.4.7 lib/sitehub/constants/http_header_keys.rb
sitehub-0.4.6 lib/sitehub/constants/http_header_keys.rb