Module: Req
- Defined in:
- lib/req.rb,
lib/req/part.rb,
lib/req/client.rb,
lib/req/version.rb
Defined Under Namespace
Modules: Multipart Classes: Client
Constant Summary collapse
- TYPE =
{json: 'application/json', form: 'application/x-www-form-urlencoded', text: 'text/plain', html: 'text/html', xml: 'application/xml'}
- VERSION =
"0.0.1"