2022-04-08 17:44:50 +03:00
|
|
|
`juniper_hyper` crate
|
|
|
|
=====================
|
|
|
|
|
|
|
|
[](https://crates.io/crates/juniper_hyper)
|
|
|
|
[](https://docs.rs/juniper_hyper)
|
|
|
|
[](https://github.com/graphql-rust/juniper/actions?query=workflow%3ACI+branch%3Amaster)
|
2023-11-01 19:00:05 +01:00
|
|
|
[](https://blog.rust-lang.org/2023/10/05/Rust-1.73.0.html)
|
2022-04-08 17:44:50 +03:00
|
|
|
|
|
|
|
- [Changelog](https://github.com/graphql-rust/juniper/blob/master/juniper_hyper/CHANGELOG.md)
|
|
|
|
|
|
|
|
[`hyper`] web server integration for [`juniper`] ([GraphQL] implementation for [Rust]).
|
|
|
|
|
|
|
|
|
2018-09-02 05:02:01 +02:00
|
|
|
|
|
|
|
|
|
|
|
## Documentation
|
|
|
|
|
2022-04-08 17:44:50 +03:00
|
|
|
For documentation, including guides and examples, check out [Juniper Book].
|
|
|
|
|
|
|
|
A basic usage example can also be found in the [API docs][`juniper_hyper`].
|
|
|
|
|
|
|
|
|
2018-09-02 05:02:01 +02:00
|
|
|
|
|
|
|
|
|
|
|
## Examples
|
|
|
|
|
2022-04-08 17:44:50 +03:00
|
|
|
Check [`examples/hyper_server.rs`][1] for example code of a working [`hyper`] server with [GraphQL] handlers.
|
|
|
|
|
2018-09-02 05:02:01 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
2022-04-08 17:44:50 +03:00
|
|
|
This project is licensed under [BSD 2-Clause License](https://github.com/graphql-rust/juniper/blob/master/juniper_hyper/LICENSE).
|
|
|
|
|
2018-09-02 05:02:01 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
2022-04-08 17:44:50 +03:00
|
|
|
[`hyper`]: https://docs.rs/hyper
|
|
|
|
[`juniper`]: https://docs.rs/juniper
|
|
|
|
[`juniper_hyper`]: https://docs.rs/juniper_hyper
|
|
|
|
[GraphQL]: http://graphql.org
|
|
|
|
[Juniper Book]: https://graphql-rust.github.io
|
|
|
|
[Rust]: https://www.rust-lang.org
|
2018-09-02 05:02:01 +02:00
|
|
|
|
2022-04-08 17:44:50 +03:00
|
|
|
[1]: https://github.com/graphql-rust/juniper/blob/master/juniper_hyper/examples/hyper_server.rs
|