summary refs log tree commit diff stats
path: root/tests/stdlib/tasynchttpserver.nim
Commit message (Collapse)AuthorAgeFilesLines
* enable style:usages for stdlib tests [backport: 1.6] (#19715)flywind2022-04-131-4/+4
| | | | | | | | | | | | | | | * enable style:usages for stdlib tests * freeAddrInfo * more tests * importc * bufSize * fix more * => parseSql and renderSql
* Removed deprecated httpcore func (#19550)Juan Carlos2022-03-181-4/+4
| | | | | | | | | * Remove Deprecated httpcore func * Remove Deprecated httpcore func * Fix a test with Deprecated func * Restart CI, Apple can code shit anymore I tell you
* Add barebones asynchttpserver tests (#13883)supakeen2020-04-051-0/+119
* Add isNil check to custom Content-Length. Related to #13866. * Setup barebones asynchttpserver tests.