zuke_http_runtime 0.1.1 copy "zuke_http_runtime: ^0.1.1" to clipboard
zuke_http_runtime: ^0.1.1 copied to clipboard

Dart-only runtime registration contract inspected by Zuke.

example/zuke_http_runtime_example.dart

import 'package:zuke_http_runtime/zuke_http_runtime.dart';

Future<void> main() async {
  final response = await const ZukeHttpApplication().dispatch(
    const ZukeHttpRequest(method: 'GET', path: '/health'),
  );
  print(response.statusCode);
}
0
likes
160
points
9
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Dart-only runtime registration contract inspected by Zuke.

Repository (GitHub)
View/report issues

Topics

#zuke #gherkin #bdd

License

MIT (license)

More

Packages that depend on zuke_http_runtime