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
AsserestPropertyto specify the following test in HTTP. - AsserestHttpTestPlatform
-
An
AsserestTestPlatformfor perform assertion on HTTP. - HttpPropertyParseProcessor
-
PropertyParseProcessorfor handling AsserestHttpProperty.
Enums
- HttpRequestMethod
- Enumerated value for indicating HttpRequestMethod.
Exceptions / Errors
- InvalidBodyTypeError
-
TypeError based
AsserestErrorwhen the given AsserestHttpProperty.body does not stastified these Type: - NonNullBodyRequiredException
-
An
AsserestExceptionfor detect the given HttpRequestMethod is required body content to make request.