module PDC::Request

Public Class Methods

default_headers() click to toggle source
# File lib/pdc/http/request.rb, line 7
def self.default_headers
  {
    'Accept' => 'application/json',
    'Content-Type' => 'application/json'
  }
end