File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ So with Unpoly you hardly have to write any Javascript for the frontend; your si
1313server-side delivered/generated html and css. No need to write code in both the frontend and backend
1414for getting the data, validating forms, etc.
1515
16- ## How doe Unpoly-rs helps?
16+ ## How does Unpoly-rs helps?
1717
1818Unpoly works with regular html files. If the backend serve html files, static or dynamic, you're good
1919to go. However, when the backends implements the [ Unpoly Server Protocol] ( https://unpoly.com/up.protocol ) , the
2020responses can be exactly suited to match the requests.
2121
2222## Typical usages
2323
24- ```
24+ ``` rust
2525use axum :: response :: IntoResponse ;
2626use axum :: extract;
2727use serde :: Deserialize ;
You can’t perform that action at this time.
0 commit comments