HttpRequest class
Methods
-
delete<T>(String path, Map<String, dynamic> body, HttpOptions? options)
→ Future<Response>
-
override
-
get<T>(String path, HttpOptions? options)
→ Future<Response>
-
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
post<T>(String path, Map<String, dynamic> body, HttpOptions? options)
→ Future<Response>
-
override
-
put<T>(String path, Map<String, dynamic> body, HttpOptions? options)
→ Future<Response>
-
override
-
toString()
→ String
-
A string representation of this object.
inherited