juniper/juniper_rocket
tyranron 1cb305cc1a
Backport making request body size Limit configurable in juniper_rocket (#1044)
Co-authored-by: Filip Gospodinov <f@gospodinov.ch>
2022-03-29 13:26:58 +03:00
..
examples Make juniper_rocket_async replace juniper_rocket (#955) 2021-07-07 09:26:22 -07:00
src Backport making request body size Limit configurable in juniper_rocket (#1044) 2022-03-29 13:26:58 +03:00
tests Make juniper_rocket_async replace juniper_rocket (#955) 2021-07-07 09:26:22 -07:00
.gitignore Add juniper_rocket back to main repo 2017-12-02 15:59:23 +01:00
Cargo.toml Backport making request body size Limit configurable in juniper_rocket (#1044) 2022-03-29 13:26:58 +03:00
CHANGELOG.md Backport making request body size Limit configurable in juniper_rocket (#1044) 2022-03-29 13:26:58 +03:00
LICENSE Add juniper_rocket back to main repo 2017-12-02 15:59:23 +01:00
README.md Fix example link in juniper_rocket README (#291) 2018-12-11 19:58:25 -07:00

juniper_rocket

This repository contains the Rocket web server integration for Juniper, a GraphQL implementation for Rust.

Documentation

For documentation, including guides and examples, check out Juniper.

A basic usage example can also be found in the Api documentation.

Examples

Check examples/rocket_server.rs for example code of a working Rocket server with GraphQL handlers.

  • Juniper
  • [Api Reference][documetation]
  • [Rocket][Iron]

License

This project is under the BSD-2 license.

Check the LICENSE file for details.