Casper Küthe

Results 29 comments of Casper Küthe

I agree that custom static types/custom file mimetypes are important. The problem is that .map files have no defined standard mimetype (https://www.iana.org/assignments/media-types/media-types.xhtml). The current problem is that `serve_static` and `file`...

Ah I understand your use case. I still don't think the custom mime types should be placed in `static_mime_types`. But how do you feel about a property `custom_mime_types` on the...

Yes also check the static files map. The changes look good to me, sorry for the confusion .

Fixed in the new vweb module `x.vweb`

How large is the http response? I remember seeing a similar issue that arised when strings of about 100k+ characters were parsed.

I've added some tests. And fixed post requests.

I can see that my new test file is failing in the CI and that the other vweb tests are skipped in `v test-self`. I can only test on my...

It turns out windows runs a weird resolution algorithm when using `localhost` as host in a TCP connection. Changing this to `127.0.0.1` reduces the time for 1 request from about...

Sure sounds interesting! I think it would be a good addition to make vweb more powerful. You could for example generate an admin page (controller) to visually interact with your...