Class | WebMock::BodyPattern |
In: |
lib/webmock/request_pattern.rb
|
Parent: | Object |
BODY_FORMATS | = | { 'text/xml' => :xml, 'application/xml' => :xml, 'application/json' => :json, 'text/json' => :json, 'application/javascript' => :json, 'text/javascript' => :json, 'text/html' => :html, 'application/x-yaml' => :yaml, 'text/yaml' => :yaml, 'text/plain' => :plain |