Module: Nx::ContentType

Defined in:
lib/nx/content_type.rb

Constant Summary collapse

URLENCODED =
"application/x-www-form-urlencoded"
MULTIPART =
"multipart/form-data"
JSON =
"application/json;charset=utf-8"
PLAIN =
"text/plain"