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

Dart implementation of Structured Field Values for HTTP (RFC8941)

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add http_sfv

With Flutter:

 $ flutter pub add http_sfv

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

dependencies:
  http_sfv: ^0.1.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:http_sfv/http_sfv.dart';
0
likes
160
points
141
downloads

Publisher

verified publishercelest.dev

Weekly Downloads

Dart implementation of Structured Field Values for HTTP (RFC8941)

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause-Patent (license)

Dependencies

collection, meta, source_span

More

Packages that depend on http_sfv