CHttp class
Properties
Methods
-
delete(
String urlPart) → Future< Response> -
deleteSync(
String urlPart, {RequestMap? requestMap}) → SyncHttpClientResponse -
get(
String urlPart) → Future< Response> -
getSync(
String urlPart, {RequestMap? requestMap}) → SyncHttpClientResponse -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
post(
String urlPart) → Future< Response> -
postSync(
String urlPart, {RequestMap? requestMap}) → SyncHttpClientResponse -
put(
String urlPart) → Future< Response> -
putSync(
String urlPart, {RequestMap? requestMap}) → SyncHttpClientResponse -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited