libasserest_http 1.0.0 copy "libasserest_http: ^1.0.0" to clipboard
libasserest_http: ^1.0.0 copied to clipboard

HTTP(S) assertion library for Asserest platform for IO and web platform.

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

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

Then, save it and run this command (if necessary):

dart pub get

Licenses #

AGPL-3.0 or later

0
likes
160
pub points
0%
popularity

Publisher

verified publisherrk0cc.xyz

HTTP(S) assertion library for Asserest platform for IO and web platform.

Repository (GitHub)
View/report issues

Documentation

API reference

License

AGPL-3.0 (LICENSE)

Dependencies

async_task, http, libasserest_interface, meta

More

Packages that depend on libasserest_http