http.sh/src
sdomi 231b52f171 * fix router parameter clobbering
if a route contained a static string with the same name as one
of the named params, said string would overwrite the payload from
the previous named param. this commit adds a check for `:` in the
template to prevent this
2024-04-21 21:54:06 +02:00
..
response * fix an awful bug, eww how did this get here 2022-01-11 18:41:11 +01:00
account.sh Switch to using #!/usr/bin/env bash 2021-09-22 14:52:03 +02:00
dependencies.optional + on-the-fly text conversion (UTF-8 -> anything) 2021-02-02 17:11:18 +01:00
dependencies.required * added socat-only operation mode 2021-05-16 11:10:39 +02:00
mail.sh Switch to using #!/usr/bin/env bash 2021-09-22 14:52:03 +02:00
mime.sh Switch to using #!/usr/bin/env bash 2021-09-22 14:52:03 +02:00
misc.sh * a bit cleaner debug mode 2022-06-19 20:45:29 +02:00
route.sh Switch to using #!/usr/bin/env bash 2021-09-22 14:52:03 +02:00
server.sh * fix router parameter clobbering 2024-04-21 21:54:06 +02:00
template.sh template: (hopefully) fix weird backslash escape behavior + hopefully a bit better perf 2023-04-21 22:59:09 +02:00
worker.sh Switch to using #!/usr/bin/env bash 2021-09-22 14:52:03 +02:00
ws.sh Initial commit, importing from tarball 2020-05-23 22:13:11 +02:00