Sha256: 7ae02ad4bce8c8460a4437a424755afee192f3442b335b660e890e2a04e4771e

Contents?: true

Size: 567 Bytes

Versions: 27

Compression:

Stored size: 567 Bytes

Contents

module Vertebrae
  module Constants
    extend self

    # Response headers
    RATELIMIT_REMAINING = 'X-RateLimit-Remaining'.freeze

    RATELIMIT_LIMIT = 'X-RateLimit-Limit'.freeze

    CONTENT_TYPE = 'Content-Type'.freeze

    CONTENT_LENGTH = 'content-length'.freeze

    CACHE_CONTROL = 'cache-control'.freeze

    ETAG = 'ETag'.freeze

    SERVER = 'Server'.freeze

    DATE = 'Date'.freeze

    LOCATION = 'Location'.freeze

    USER_AGENT = 'User-Agent'.freeze

    ACCEPT = 'Accept'.freeze

    ACCEPT_CHARSET = 'Accept-Charset'.freeze

  end # Constants
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
vertebrae-0.6.0 lib/constants.rb
vertebrae-0.5.1 lib/constants.rb
vertebrae-0.5.0 lib/constants.rb
vertebrae-0.4.3 lib/constants.rb
vertebrae-0.4.2 lib/constants.rb
vertebrae-0.4.1 lib/constants.rb
vertebrae-0.4.0 lib/constants.rb
vertebrae-0.3.1 lib/constants.rb
vertebrae-0.3.0 lib/constants.rb
vertebrae-0.2.11 lib/constants.rb
vertebrae-0.2.10 lib/constants.rb
vertebrae-0.2.9 lib/constants.rb
vertebrae-0.2.8 lib/constants.rb
vertebrae-0.2.7 lib/constants.rb
vertebrae-0.2.6 lib/constants.rb
vertebrae-0.2.5 lib/constants.rb
vertebrae-0.2.4 lib/constants.rb
vertebrae-0.2.2 lib/constants.rb
vertebrae-0.2.1 lib/constants.rb
vertebrae-0.2.0 lib/constants.rb