ParseHTTPClient class
- Inheritance
- Object
- ParseClient
- ParseHTTPClient
Constructors
- ParseHTTPClient({bool sendSessionId = false, SecurityContext securityContext})
Properties
- data → ParseCoreData
-
read-only, inherited
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
delete(
String path, {ParseNetworkOptions options}) → Future< ParseNetworkResponse> -
override
-
get(
String path, {ParseNetworkOptions options, ProgressCallback onReceiveProgress}) → Future< ParseNetworkResponse> -
override
-
getBytes(
String path, {ParseNetworkOptions options, ProgressCallback onReceiveProgress}) → Future< ParseNetworkByteResponse> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
post(
String path, {String data, ParseNetworkOptions options}) → Future< ParseNetworkResponse> -
override
-
postBytes(
String path, {Stream< List< data, ParseNetworkOptions options, ProgressCallback onSendProgress}) → Future<int> >ParseNetworkResponse> -
override
-
put(
String path, {String data, ParseNetworkOptions options}) → Future< ParseNetworkResponse> -
override
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited