Uses of Class
dev.webfx.platform.fetch.FetchOptions
Packages that use FetchOptions
Package
Description
-
Uses of FetchOptions in dev.webfx.platform.fetch
Methods in dev.webfx.platform.fetch that return FetchOptionsMethods in dev.webfx.platform.fetch with parameters of type FetchOptionsModifier and TypeMethodDescriptionFetch.fetch(String url, FetchOptions options) Fetch.fetchText(String url, FetchOptions options) -
Uses of FetchOptions in dev.webfx.platform.fetch.json
Methods in dev.webfx.platform.fetch.json with parameters of type FetchOptionsModifier and TypeMethodDescriptionstatic Future<ReadOnlyAstArray>JsonFetch.fetchJsonArray(String url, FetchOptions fetchOptions) static Future<ReadOnlyAstNode>JsonFetch.fetchJsonNode(String url, FetchOptions fetchOptions) static Future<ReadOnlyAstObject>JsonFetch.fetchJsonObject(String url, FetchOptions fetchOptions) -
Uses of FetchOptions in dev.webfx.platform.fetch.spi
Methods in dev.webfx.platform.fetch.spi with parameters of type FetchOptions