HttpUrl class
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, override
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
fragment(
) → String -
host(
) → String -
isHttps(
) → bool -
newBuilder(
) → HttpUrlBuilder -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
path(
) → String -
pathSegments(
) → List< String> -
port(
) → int -
query(
) → String -
queryParameter(
String name) → String -
queryParameterNames(
) → Set< String> -
queryParametersAll(
) → Map< String, List< String> > -
queryParameterValues(
String name) → List< String> -
scheme(
) → String -
toString(
) → String -
Returns a string representation of this object.
override
-
uri(
) → Uri -
userInfo(
) → String
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
override
Static Methods
-
defaultPort(
String scheme) → int -
from(
Uri uri) → HttpUrl -
parse(
String url) → HttpUrl
Constants
- schemeHttp → const String
-
'http'
- schemeHttps → const String
-
'https'