Package rfc2396 is an implementation of (parts of) IETF RFC-2396 (Uniform Resource Identifiers (URI): Generic Syntax), for the Go programming language.
Go to file
Charles Iliya Krempeaux 1fb978dd7e initial commits 2023-12-08 04:10:48 -08:00
alpha intial commits 2023-12-07 16:22:30 -08:00
alphanum intial commits 2023-12-07 16:24:34 -08:00
decnum initial commits 2023-12-08 03:29:33 -08:00
digit initial commits 2023-12-07 20:39:06 -08:00
escaped initial commits 2023-12-07 21:34:43 -08:00
hex initial commits 2023-12-07 20:42:35 -08:00
ipv4address initial commits 2023-12-08 04:10:48 -08:00
lowalpha intial commits 2023-12-07 16:22:01 -08:00
mark intial commits 2023-12-07 16:54:33 -08:00
port initial commits 2023-12-07 22:27:49 -08:00
regname initial commits 2023-12-07 22:03:51 -08:00
unreserved initial commits 2023-12-07 20:32:30 -08:00
upalpha intial commits 2023-12-07 16:21:39 -08:00
LICENSE intial commits 2023-12-07 16:16:58 -08:00
README.md intial commits 2023-12-07 16:16:58 -08:00

README.md

go-rfc2396

Package rfc2396 is an implementation of (parts of) IETF RFC-2396, for the Go programming language.

Uniform Resource Identifiers (URI): Generic Syntax
https://datatracker.ietf.org/doc/html/rfc2396

Documention

Online documentation, which includes examples, can be found at: http://godoc.org/sourcecode.social/reiver/go-rfc2396

GoDoc

Import

To import package rfc2396 use import code like the follownig:

import "sourcecode.social/reiver/go-rfc2396"

Installation

To install package rfc2396 do the following:

GOPROXY=direct go get https://sourcecode.social/reiver/go-rfc2396

Author

Package rfc2396 was written by Charles Iliya Krempeaux