Commit 631430b2 authored by Ash McKenzie's avatar Ash McKenzie

New HTTPCodes module

parent 49364693
module HTTPCodes
HTTP_SUCCESS = '200'.freeze
HTTP_UNAUTHORIZED = '401'.freeze
HTTP_NOT_FOUND = '404'.freeze
end
require_relative 'http_codes'
module HTTPHelper
include HTTPCodes
READ_TIMEOUT = 300
protected
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment