monart_http 0.1.0 copy "monart_http: ^0.1.0" to clipboard
monart_http: ^0.1.0 copied to clipboard

HTTP client foundation for Dart built on monart. Create typed HTTP service objects using Railway-Oriented Programming with semantic outcomes per status code.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add monart_http

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  monart_http: ^0.1.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:monart_http/monart_http.dart';
0
likes
0
points
204
downloads

Publisher

unverified uploader

Weekly Downloads

HTTP client foundation for Dart built on monart. Create typed HTTP service objects using Railway-Oriented Programming with semantic outcomes per status code.

Repository (GitHub)
View/report issues

Topics

#http #networking #railway-oriented-programming #service-objects

License

unknown (license)

Dependencies

dio, http_status, meta, monart

More

Packages that depend on monart_http