menu
archery package
documentation
archery/core/http.dart
Handler typedef
Handler typedef
dark_mode
light_mode
Handler
typedef
Handler
=
Future
Function
(
HttpRequest
request
)
Implementation
typedef Handler = Future<dynamic> Function(HttpRequest request);
archery package
documentation
archery/core/http
Handler typedef
http library