blob: 5edf50d156756af3f62e1088582b20a5a8c19bc4 (
plain) (
blame)
1
2
3
4
5
6
|
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.
|