diff options
Diffstat (limited to 'lib/http_helper.rb')
-rw-r--r-- | lib/http_helper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/http_helper.rb b/lib/http_helper.rb index 55c504c..a7e7b23 100644 --- a/lib/http_helper.rb +++ b/lib/http_helper.rb @@ -6,6 +6,7 @@ module HTTPHelper include HTTPCodes READ_TIMEOUT = 300 + CONTENT_TYPE_JSON = 'application/json'.freeze protected |