summary refs log tree commit diff stats
path: root/tests/stdlib/thttpcore.nim
Commit message (Collapse)AuthorAgeFilesLines
* stdlib tests now check refc too (#21664)ringabout2023-04-211-0/+4
| | | | | | | | | | | * stdlib tests now check refc too * typo * fixes line numbers * disable cpp * do not touch
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | * make more standard libraries work with `nimPreviewSlimSystem` * typo * part two * Delete specutils.nim * fixes more tests * more fixes * fixes tests * fixes three more tests * add formatfloat import * fix * last
* use doAssert in tests (#16486)flywind2020-12-281-15/+15
|
* move tests to testament (#16101)flywind2020-11-241-12/+30
| | | | | | | | | * move tests to testament * minor * fix random * disable test random
* fix adding empty sequence to HTTP headers (#15783)flywind2020-11-051-0/+27
| | | | | * fix adding empty sequence to HTTP headers * add tests
* test cookies with comma for #15319 (#15322)flywind2020-09-141-0/+17
| | | | | * test cookies with comma for #15319 * space
* Fix #13573 and #13574 (#13575)Andrea Ferretti2020-03-061-1/+6
| | | | | * Fix https://github.com/nim-lang/Nim/issues/13573 and https://github.com/nim-lang/Nim/issues/13574 * Restored asynchttpserver
* updated tests to be executedArne Döring2018-11-231-0/+3
|
* Add HTTP header deletion, improve testsFederico Ceratto2016-12-011-0/+28