Open diego-silva opened 8 years ago
I have to send as argument 'content-type' => 'something', if I send 'Content-Type' is gets overwritten with the Genki's default ('application/json')
'content-type' => 'something'
'Content-Type'
'application/json'
I have to send as argument
'content-type' => 'something'
, if I send'Content-Type'
is gets overwritten with the Genki's default ('application/json'
)