//
pkg.gl
Category
github.com/cloudflare/unsee
internal
uri
package
0.9.2
Repository:
https://github.com/cloudflare/unsee.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
5
Files
135 SLOC
#
Functions
JoinURL
JoinURL can be used to join a base url (http(s)://domain.com) and a path (/my/path) it will return a joined string or an error (if you supply invalid url).
NewReader
NewReader creates an instance of URIReader that can handle URI schema for the passed uri string.
#
Structs
FileURIReader
FileURIReader can read data from file:// URIs.
HTTPURIReader
HTTPURIReader can read data from http:// and https:// URIs.
#
Interfaces
Reader
Reader reads from a specific URI schema.