diff options
author | bptato <nincsnevem662@gmail.com> | 2023-12-13 12:08:05 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-12-13 12:56:28 +0100 |
commit | ab203acf554993d15e37604773f160c84b4d8252 (patch) | |
tree | 45428aa45bc751f788cc5c52c32b15bb8a2363f1 /res | |
parent | bf761bcb6dcc5288a86aa5e8c2b67df3f0df056b (diff) | |
download | chawan-ab203acf554993d15e37604773f160c84b4d8252.tar.gz |
Move http out of main binary
Now it is (technically) no longer mandatory to link to libcurl. Also, Chawan is at last completely protocol and network backend agnostic :) * Implement multipart requests in local CGI * Implement simultaneous download of CGI data * Add REQUEST_HEADERS env var with all headers * cssparser: add a missing check in consumeEscape
Diffstat (limited to 'res')
-rw-r--r-- | res/urimethodmap | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/urimethodmap b/res/urimethodmap index bba78e82..21f02533 100644 --- a/res/urimethodmap +++ b/res/urimethodmap @@ -1,5 +1,7 @@ # Default urimethodmap file for Chawan. +http: cgi-bin:http?%s +https: cgi-bin:http?%s finger: cgi-bin:cha-finger gemini: cgi-bin:gmifetch?%s about: cgi-bin:about |