Sha256: 52ef04685696b74f92922f975eadecda786dc3d3d4c98938fd5b9b441950000e

Contents?: true

Size: 736 Bytes

Versions: 13

Compression:

Stored size: 736 Bytes

Contents

require 'sitehub/constants/http_header_keys'
require 'sitehub/constants/rack_http_header_keys'

class SiteHub
  REQUEST_MAPPING = 'sitehub.request_mapping'.freeze
  REQUEST = 'sitehub.request'.freeze
  RESPONSE = 'sitehub.response'.freeze
  ASYNC_CALLBACK = 'async.callback'.freeze
  RECORDED_ROUTES_COOKIE = 'sitehub.recorded_route'.freeze
  ERRORS = 'sitehub.errors'.freeze
  TIME_STAMP_FORMAT = '%d/%b/%Y:%H:%M:%S %z'.freeze
  EMPTY_STRING = ''.freeze
  UNDERSCORE = '_'.freeze
  SEMICOLON = ';'.freeze
  SPACE = ' '.freeze
  SEMICOLON_WITH_SPACE = "#{SEMICOLON}#{SPACE}".freeze
  COMMA = ','.freeze

  HYPHEN = '-'.freeze
  QUESTION_MARK = '?'.freeze
  EQUALS_SIGN = '='.freeze
  FULL_STOP = '.'.freeze
  NEW_LINE = "\n".freeze
end

Version data entries

13 entries across 13 versions & 1 rubygems

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