libasserest_http

Last updated:

0 purchases

libasserest_http Image
libasserest_http Images
Add to Cart

Description:

libasserest http

HTTP accessibility assertion package for Asserest #
One of the official Asserest tester package for asserting the given HTTP(S) is accessible.
Configuration format #
(Coming soon for schema descriptions)
Mechanism #
This assertion will cooperate with http package and determine accessibily by getting responde code which ideally is 200 and vice versa without extracting body context of the response. In additions, it supports emulated request by defining header and body using JSON object, array or string which required for some request methods.
Install #
via commands
dart pub add libasserest_interface libasserest_http
copied to clipboard
via modifying pubspec.yaml
Open pubspec.yaml by editor and append two lines under dependencies:
dependencies:
# Please refer to latest release one
libasserest_interface: ^1.0.0
libasserest_http: ^1.0.0
copied to clipboard
Then, save it and run this command (if necessary):
dart pub get
copied to clipboard
Licenses #
AGPL-3.0 or later

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.