You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A utility library to send JSON response for [`Routerify`](https://github.com/routerify/routerify)and the Rust HTTP library [`hyper.rs`](https://hyper.rs/) apps.
8
+
A [`Routerify`](https://github.com/routerify/routerify)utility library to generate JSON response.
9
9
10
10
In `Success` case, It generates JSON response in the following format:
11
11
@@ -27,7 +27,7 @@ In `Failed` case, It generates JSON response in the following format:
27
27
}
28
28
```
29
29
30
-
[Docs](https://docs.rs/json-response)
30
+
[Docs](https://docs.rs/routerify-json-response)
31
31
32
32
## Install
33
33
@@ -36,15 +36,15 @@ Add this to your `Cargo.toml`:
0 commit comments