summary refs log tree commit diff stats
path: root/lib/pure/uri.nim
Commit message (Expand)AuthorAgeFilesLines
* more isAbsolute tests for uri.nimenthus1ast2017-01-211-4/+32
* added protocol-relative test to uri.nimenthus1ast2017-01-211-1/+3
* added isAbsolute to uri.nimenthus1ast2017-01-201-0/+15
* Fixes #4959.Dominik Picheta2016-10-261-0/+10
* Fixed an wrong example of the docCORDEA2016-03-021-3/+3
* Fixes #3207.Dominik Picheta2015-09-281-0/+10
* Fixes parsing of URIs that begin with '//'.Dominik Picheta2015-08-231-7/+20
* Make uri module usable for faster URI parsing:def2015-03-171-10/+23
* Fixes bugs introduced by ee62d56cadb. Closes #2227.Dominik Picheta2015-03-051-0/+10
* little documentation fix on conbine and /Stephan Diehl2015-02-211-4/+4
* Fix a few more warningsdef2015-02-171-0/+2
* Happy new year!Guillaume Gelin2015-01-061-1/+1
* Fix (u: Uri), add test cases and make it work for opaque URIsdef2015-01-031-14/+35
* More deprecation warning fixes (asyncdispatch, uri).Dominik Picheta2014-12-261-1/+1
* Fix some deprecation warnings in the uri module.Dominik Picheta2014-12-261-17/+17
* big renameAraq2014-08-281-1/+1
* big renameAraq2014-08-271-5/+7
* Fixes #1065.Dominik Picheta2014-07-201-7/+343
* Documentation for async httpclient. Notes for url modules.Dominik Picheta2014-04-061-2/+6
* Removed echos from uri module.Dominik Picheta2012-05-071-2/+0
* Added uri module.dom962012-05-061-0/+35