package
0.9.2
Repository: https://github.com/cloudflare/unsee.git
Documentation: pkg.go.dev

# Functions

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 creates an instance of URIReader that can handle URI schema for the passed uri string.

# Structs

FileURIReader can read data from file:// URIs.
HTTPURIReader can read data from http:// and https:// URIs.

# Interfaces

Reader reads from a specific URI schema.