summary refs log tree commit diff stats
path: root/lib/pure/uri.nim
Commit message (Expand)AuthorAgeFilesLines
* remove deprecated stuff from the stdlib; introduce better deprecation warningsAraq2018-05-051-5/+3
* Merges #7700 manually and adds decodePlus option to decodeUrl too.Dominik Picheta2018-05-031-15/+33
* uri.nim: don't rely on zero terminationAndreas Rumpf2018-04-291-21/+18
* Merge pull request #6597 from pgkos/uri-allow-no-authorityDominik Picheta2018-01-281-3/+11
|\
| * Allow parsing URIs without authoritypgkos2017-10-251-4/+12
* | Moved encodeUrl and decodeUrl from cgi to urlVeladus2017-11-251-0/+48
* | Make Uri rendering more lenientFederico Ceratto2017-11-141-2/+35
* | more replacements for the deprecated '<'Andreas Rumpf2017-10-291-1/+1
|/
* Fixes issues with URI concatenation when URI has no path.Dominik Picheta2017-10-131-2/+11
* avoid deprecated procsAndreas Rumpf2017-07-261-1/+1
* Remove expr/stmt (#5857)Arne Döring2017-07-251-1/+1
* Implement dial, support IPv6 in httpclient (#5763)Ruslan Mustakov2017-05-021-1/+20
* 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
5' href='#n385'>385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533