Skip to content

Instantly share code, notes, and snippets.

@doyle-flutter
Created February 15, 2021 02:47
Show Gist options
  • Save doyle-flutter/a2ad4ccb9b458fee081186080bb8a556 to your computer and use it in GitHub Desktop.
Save doyle-flutter/a2ad4ccb9b458fee081186080bb8a556 to your computer and use it in GitHub Desktop.
Future<void> get(String path, Function(HttpRequest req, HttpResponse res) cb) async => this._handler.add(new HandlerModel(path: path, method: "GET", cb: cb));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment