RepositoryHttpRequest class

This is used by RepositoryHttpClient to make HTTP requests. You can use this class to create your own HTTP client, or just use the default one. But notice that Repositories will only use GET method.

Constructors

RepositoryHttpRequest({required Uri url, Map<String, String>? headers})
This is used by RepositoryHttpClient to make HTTP requests. You can use this class to create your own HTTP client, or just use the default one. But notice that Repositories will only use GET method.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
headers Map<String, String>
The headers of the request.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url Uri
The url of the request.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited