summary refs log tree commit diff stats
path: root/lib/pure/uri.nim
Commit message (Collapse)AuthorAgeFilesLines
* Make uri module usable for faster URI parsing:def2015-03-171-10/+23
| | | | | | - A version of parseUri that takes a uri as parameter and modifies it - Export initUri so you can use the new parseUri better - Avoid creating new strings
* 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