Class WebMock::BodyPattern
In: lib/webmock/request_pattern.rb
Parent: Object

Methods

matches?   new   to_s  

Constants

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

Public Class methods

Public Instance methods

[Validate]