salad.fetcher

Modules

exception
module salad.fetcher.exception

Members

Aliases

TextFetcher
alias TextFetcher = string delegate(string) @(safe)

A fetcher type that returns a string from absolute URI.

Classes

Fetcher
class Fetcher

Functions

fetchNode
auto fetchNode(string uri)
fetchText
auto fetchText(string uri)
fragment
auto fragment(string uri)
pathWithAuthority
auto pathWithAuthority(string uri)
scheme
auto scheme(string uri)

Meta

Authors

Tomoya Tanjo

License

Apache-2.0