Function extract-url-fnlist Parses urls consisted of <specializer>_:<arg>/ into tuples to be used for wethod dispatch.
Function urlcat Concatenate urls.
Function register-urlmap Makes a urlmap available for attaching (publishing).
Function make-urlmap Stores normalized url-specs (according to type) within a urlmap object.
Function normalize-url-spec Converts defurlmap forms into internal representation to be processed by `make-urlmap'.
Function ^url-package-spec Make wethod-url-specs for all the wethods accessible in a pacakage.
Function check-function-discriminators If user is specifying the discriminators in the wethod-url-spec, make sure that all such discriminators are associated with methods.
Function get-function-discriminators Get the discriminators of a function and sort them appropriately to be used for urlmapping.
Function sort-function-discriminators All we care about is that the catch-all class `t' doesn't shadow other classes.