FullHttpRequestMatcher class

FullHttpRequestMatcher is the default matcher and matches the entire URL signature including headers, request body, query parameters etc. If no matcher is specified in the adapter then it uses an instance of the this class.

Inheritance

Constructors

FullHttpRequestMatcher({bool needsExactBody = false})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
needsExactBody bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

matches(RequestOptions ongoingRequest, Request matcher) bool
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited