h4 1.1.0 copy "h4: ^1.1.0" to clipboard
h4: ^1.1.0 copied to clipboard

retracted

A minimal HTTP library for building elegant, composable server applications. Lightweight core with utilities for adding functionalities to your server. You can even create your own!

example/example.md

import 'package:h4/create.dart';

void main() {
  var app = createApp();
  var router = createRouter();

  app.use(router);

  router.get("/", (event) => "Hello world!");
}
3
likes
0
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

A minimal HTTP library for building elegant, composable server applications. Lightweight core with utilities for adding functionalities to your server. You can even create your own!

Repository (GitHub)
View/report issues

Topics

#http #server #api

License

unknown (license)

Dependencies

extension_type_unions, http2, meta

More

Packages that depend on h4