menu
utopia_http package
documentation
utopia_http.dart
Http
get method
get method
dark_mode
light_mode
get
method
Route
get
(
String
url
)
Initialize a GET route
Implementation
Route get(String url) { return addRoute(Request.get, url); }
utopia_http package
documentation
utopia_http
Http
get method
Http class