Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
fastn_linux_musl_x86_64 | 2025-06-10 | 48.6 MB | |
fastn_macos_x86_64 | 2025-06-10 | 43.1 MB | |
fastn_setup.exe | 2025-06-10 | 17.9 MB | |
fastn_windows_x86_64.exe | 2025-06-10 | 49.8 MB | |
0.4.103 source code.tar.gz | 2025-06-10 | 141.4 MB | |
0.4.103 source code.zip | 2025-06-10 | 142.8 MB | |
README.md | 2025-06-10 | 669 Bytes | |
Totals: 7 Items | 443.6 MB | 0 |
fastn
- Full-stack Web Development Made Easy
Checkout fastn installation step: https://fastn.com/install/.
Note: fastn_linux_musl_x86_64
is not built with musl
libc, it is built with
glibc
and is a static binary. The name is kept for consistency with older
releases.
GitHub Sha: [cb2276]
Date: Tue Jun 10 10:10:41 UTC 2025
What's Changed
- Fix: Send POST request body with a wasm+proxy:// url used in an http processor.
- 2757a1e68: Support for tuple style POST body params is in ftd.submit_form, this works similar to the ftd.http function.
- bcdf41325: Support form form level errors in ftd.submit_form.