Method: PDC::Request.default_headers
- Defined in:
- lib/pdc/http/request.rb
.default_headers ⇒ Object
5 6 7 8 9 10 |
# File 'lib/pdc/http/request.rb', line 5 def self.default_headers { 'Accept' => 'application/json', 'Content-Type' => 'application/json' } end |