TextFetcher

A fetcher type that returns a string from absolute URI.

alias TextFetcher = string delegate
(
string
)
@safe

Meta