//
pkg.gl
Category
github.com/a-h/templ
lsp
uri
package
0.3.833
Repository:
https://github.com/a-h/templ.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
7
Dependents
2
Files
149 SLOC
#
Functions
File
File parses and creates a new filesystem URI from path.
From
From returns the new URI from args.
New
New parses and creates a new URI from s.
Parse
Parse parses and creates a new URI from s.
#
Constants
FileScheme
FileScheme schema of filesystem path.
HTTPScheme
HTTPScheme schema of http.
HTTPSScheme
HTTPSScheme schema of https.
#
Type aliases
URI
URI Uniform Resource Identifier (URI) https://tools.ietf.org/html/rfc3986.