Method: HTTPX::Transcoder::JSON::Encoder#content_type
- Defined in:
- lib/httpx/transcoder/json.rb
#content_type ⇒ Object
37 38 39 |
# File 'lib/httpx/transcoder/json.rb', line 37 def content_type "application/json; charset=#{@charset}" end |