about summary refs log tree commit diff stats
path: root/test/net/run.sh
Commit message (Collapse)AuthorAgeFilesLines
* cookie: add persistent cookies, misc refactoring/fixesbptato2024-12-291-1/+1
| | | | | | | | | | | | | Mostly compatible with other browsers/tools that follow the Netscape/curl format. Cookie jars are represented by prepending "jar@" to the host part, but *only* if the target jar is different than the domain. Hopefully, other software at least does not choke on this convention. (At least curl seems to simply ignore the entries.) Also, I've moved cookies.nim to config so that code for local files parsed at startup remains in one place.
* xhr: more progressbptato2024-08-151-0/+17
* add responseText, response * add net tests -> currently sync XHR only; should find a way to do async tests... * update monoucha -> simplified & updated some related code that no longer worked properly