Flow Endpoints

HTTP paths that connect browser forms and client code to Rust submit and server handlers.

Submit endpoints

MethodPathHandler
POST/_resuma/submit/:name#[submit] function named :name

Accepts application/x-www-form-urlencoded (native form POST) or JSON when Accept: application/json is set.

Server action endpoints

MethodPathHandler
POST/_resuma/action/:name#[server] function named :name

Response shapes

Actions: { ok, value, error }. Submits add field_errors for validation.

Full API reference

HTTP API reference — runtime assets, CSRF, security headers, SEO routes.