- cl-base64 - cl-base64 provides base64 (RFC 1521) encoding and decoding
- cl-routes - cl-routes is Common Lisp re-implementation of the Rails routes system for mapping URL's (also, see https://routes.readthedocs.io/en/latest/)
- cl-slug - cl-slug is a small library to make slugs, mainly for URIs, from english and beyond
- cl-tld - Extract eTLDs based on the Public Suffix List, e.g
- cl-uri-templates - cl-uri-templates is an implementation of URI-Templates that supports the full draft 03 URI Template standard
- CLLIB - CLLIB is a varied collection of Common lisp tools and routines in CLOCC
- froute - froute is a routing library taking advantage of the MOP
- http-routes - http-routes is a library which attempts to create capable http(url) routes lib without regexps
- idna - International Domain Name functions for Common Lisp
- machina-policy - machina-policy is a way to parse and query robots.txt files so your web-scraping bot can be a good bot instead of a bad bot
- PERCENT-ENCODING - PERCENT-ENCODING is a library for URI percent encoding/decoding as specified in RFC3986
- puri - puri, Portable Universal Resource Identifier, is a library for parsing and representing URIs
- PURL - PURL provides a parser and defines a type for URLs as specified in RFC1738
- quri - quri (pronounced "Q-ree") is yet another URI library for Common Lisp
- simple-routes - Simple-routes adds quick and easy, centralized http routing to Hunchentoot
- Snooze - Snooze is an URL router for Common Lisp designed around REST web services
- uri-template - uri-template is an implementation of the URI Template proposed standard draft version 01 as a
- Ystok-URI - Ystok-URI a library for representing, parsing, and printing URIs
URI
Libraries for dealing with URIs. The newest URI standard is RFC3986.