Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.87 KB

uniform-resource-identifier-uri.md

File metadata and controls

23 lines (14 loc) · 1.87 KB

Uniform Resource Identifier (URI)

Context: frontend-dev-bookmarks / Languages, Protocols, Browser APIs

URI is a string of characters used to identify a resource. The most common form of URI is the Uniform Resource Locator (URL).

frontend.directory Gitter Twitter


  • Architecture of the World Wide Web: Identification: This architecture document by W3C discusses the core design components of the Web. They are identification of resources, representation of resource state, and the protocols that support the interaction between agents and resources in the space.
  • SpeakingURL: This module aims to transliterate the input string and create a so-called Semantic or Speaking URL.
  • URI.js: URI.js is a javascript library for working with URLs. It offers a "jQuery-style" API to read and write all regular components and a number of convenience methods.

License

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.

Please provide a link back to this repository. This is not necessary for GitHub forks.