about summary refs log tree commit diff stats
path: root/src/io/response.nim
Commit message (Expand)AuthorAgeFilesLines
* Move charsets into chakasubptato2023-08-141-1/+2
* Add mailcap, mime.types & misc refactoringsbptato2023-08-131-0/+2
* Fixes & workarounds to compile on Nim 2.0.0bptato2023-08-011-1/+1
* return Result[T, JSError] from fromJSbptato2023-07-021-1/+0
* Factor out headers into separate modulebptato2023-07-011-0/+1
* use =destroy instead of finalizersbptato2023-07-011-0/+2
* Do not allow text() twice, etc...bptato2023-06-201-6/+19
* Add Response.ok, url, fix type confusion with statusbptato2023-06-191-2/+8
* Reject fetch promise on network errorbptato2023-06-191-1/+1
* Cleanups & bug fixes involving promisesbptato2023-06-151-0/+50