http library

HTTP implementation of Asserest.

This library based on http package for handle accessibility assertion. Thus, it also is the one and only HTTP schemes can be asserted on both Dart VM and web platform.

Classes

AsserestHttpProperty
An AsserestProperty to specify the following test in HTTP.
AsserestHttpTestPlatform
An AsserestTestPlatform for perform assertion on HTTP.
HttpPropertyParseProcessor
PropertyParseProcessor for handling AsserestHttpProperty.

Enums

HttpRequestMethod
Enumerated value for indicating HttpRequestMethod.

Exceptions / Errors

InvalidBodyTypeError
TypeError based AsserestError when the given AsserestHttpProperty.body does not stastified these Type:
NonNullBodyRequiredException
An AsserestException for detect the given HttpRequestMethod is required body content to make request.