mirror of https://github.com/sipwise/lua-uri.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
691 B
18 lines
691 B
This library allows you to normalize and validate URIs, and provides methods
|
|
for manipulating them in various ways.
|
|
|
|
The Lua-URI library is written in pure Lua. No C compilation is required
|
|
to install it.
|
|
|
|
When you unpack the source code everything should already be ready for
|
|
installation. Doing "make install" as root will install the Lua source
|
|
files and the man pages containing the documentation.
|
|
|
|
See lua-uri(3) for information about how to use the library. The same
|
|
documentation is available on the website, where you can also get the
|
|
latest packages:
|
|
|
|
http://www.geoffrichards.co.uk/lua/uri/
|
|
|
|
Send bug reports, suggestions, etc. to Geoff Richards <geoff@geoffrichards.co.uk>
|