3c130abf7f
PR: ports/163795 Submitted by: Rodrigo Nicola Lombardo <rodnic@gmail.com> Reviewed by: scheidell Approved by: maintainer, gabor (mentor)
7 lines
343 B
Text
7 lines
343 B
Text
UrlMount is a universal mount point designed for use in rack applications.
|
|
It provides a simple way to pass a url mounting point to the mounted application.
|
|
|
|
This means that when you mount an application in the url space, it's a simple call to url to get the mount point of where
|
|
the application is.
|
|
|
|
WWW: https://github.com/hassox/url_mount
|