summary refs log tree commit diff stats
path: root/tests/stdlib/tasynchttpserver_transferencoding.nim
Commit message (Collapse)AuthorAgeFilesLines
* Transfer-Encoding:chunked tests (#16678)vabresto2021-01-141-0/+81
* Add tests and fix extra newlines in body * Fixes per comments * Slight rephrase per comments * Improvements per comments * Add getSocket to reduce test flakiness per comment * Remove unused lines from header * Add doc comment to getSocket per comment * Apply witchcraft to replace `discard Future` * Return HTTP 400 on bad encoding in request * Fix runnable example for getSocket * Fix import to fix runnable examples * Even more imports for the example * Better self documenting runnable example * Add missing import * Import from module with correct signature * Resolve port type mismatch