Skip to content

ik5/gourl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

URI

There is a group of three terms:

  • URI - Uniform Resource Identifier
  • URL - Uniform Resource Locator
  • URN - Uniform Resource Name

The group of the three terms holds information about the network resources how to get the information, and how to identify the type of information.

The following package holds implementation for RFC implementation for URI using the Go (Golang) language.

The reason for it to live, is that the url package is domain specific implementation rather then using an RFC implementation.

It means that there are large set of URI (and URL) that cannot be parsed by the package and requires their own implementation.

This package aims to solve it.

TODO:

License

The following package is under the Apache 2.0 license.

About

Implementing RFC(s) url, uri and urn parsing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published