|
NAMEMojo::UserAgent::Mockable::Request::Compare - Helper class for Mojo::UserAgent::Mockable that compares two Mojo::Message::Request instances VERSIONversion 1.59 ATTRIBUTEScompare_resultThe result of the last compare operation. It is only populated when two requests do not match. ignore_userinfoSet this to a true value to ignore a mismatch in the userinfo portion of a transaction URL. ignore_bodySet this to a true value to ignore a mismatch in the bodies of the two compared transactions METHODScompareCompare two instances of Mojo::Message::Request. AUTHORKit Peters <popefelix@cpan.org> COPYRIGHT AND LICENSEThis software is copyright (c) 2022 by Kit Peters. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
|