class Cossack::TestConnection::RequestMatcher
- Cossack::TestConnection::RequestMatcher
- Reference
- Object
Defined in:
cossack/connection/test_connection/request_matcher.crConstructors
Instance Method Summary
Constructor Detail
def self.new(method : String | Nil = nil, uri : URI | Nil | String | Nil = nil, headers : Hash(String, String) = {} of String => String, body : String | Nil = nil)
#