get method
Convenience methods for common HTTP methods
Implementation
void get(String path, HttpRequestHandler handler) => addRoute(HttpMethod.get, path, handler);
Convenience methods for common HTTP methods
void get(String path, HttpRequestHandler handler) => addRoute(HttpMethod.get, path, handler);