Module: Nx::ContentType

Defined in:
lib/nx/content_type.rb

Constant Summary collapse

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