blob: 50d26075a12362a75fa7c7ecffd7e7bb58d5ef4e (
plain) (
blame)
1
2
3
4
5
6
7
8
|
Test::HTTP is designed to make it easier to write tests which are mainly
about HTTP-level things, such as REST-type services.
Each Test::HTTP object can contain state about a current request and its
response. This allows convenient shorthands for sending requests,
checking status codes, headers, and message bodies.
WWW: https://metacpan.org/release/Test-HTTP
|