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