leptos/server_fn/src
2024-08-01 19:43:09 -04:00
..
codec feat: add a StreamingJson encoding (#2623) 2024-06-28 11:49:26 -04:00
middleware fix: remove unnecessary default features on axum in server_fns to support running Axum in a WASM environment (#2270) 2024-02-07 11:08:48 -05:00
request chore: clear up... a few warnings 2024-08-01 19:41:12 -04:00
response fix: properly handle errors in streaming body responses 2024-08-01 19:42:50 -04:00
client.rs fix cancellation logic for server fn requests 2024-08-01 19:40:25 -04:00
error.rs chore: clear up... a few warnings 2024-08-01 19:41:12 -04:00
lib.rs feat: allow reusing the same endpoint for server functions with different HTTP verbs in their input encodings 2024-08-01 19:43:09 -04:00
redirect.rs fix: handle cross-origin redirects in server function redirect hook (#2329) 2024-02-17 13:09:39 -05:00