Skip to content

Instantly share code, notes, and snippets.

@doyle-flutter
Created February 15, 2021 01:23
Show Gist options
  • Save doyle-flutter/2ade6689fa2bb6b19de1fb6af6b298a4 to your computer and use it in GitHub Desktop.
Save doyle-flutter/2ade6689fa2bb6b19de1fb6af6b298a4 to your computer and use it in GitHub Desktop.
Future<void> post(String path, Function(HttpRequest req, HttpResponse res) cb, {dynamic? data = null}) async => this._handler.add(new HandlerModel(path: path, method: "POST", cb: cb, data: data));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment