utopia_http 0.2.0 copy "utopia_http: ^0.2.0" to clipboard
utopia_http: ^0.2.0 copied to clipboard

A light and easy to get started with HTTP server library for Dart

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add utopia_http

With Flutter:

 $ flutter pub add utopia_http

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

dependencies:
  utopia_http: ^0.2.0

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

Import it

Now in your Dart code, you can use:

import 'package:utopia_http/utopia_http.dart';
4
likes
150
pub points
0%
popularity

Publisher

verified publisherappwriters.dev

A light and easy to get started with HTTP server library for Dart

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

http_parser, mime, shelf, shelf_static, string_scanner, utopia_di

More

Packages that depend on utopia_http