Fix some book typos (#378)

This commit is contained in:
Ejez 2021-01-06 17:04:37 +03:00 committed by GitHub
parent 7dc960de19
commit 7f97bf0d12
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Actix-web
# Tide
`async_graphql_tide` provides an implementation of [tide::Endpoint](https://docs.rs/tide/0.15.0/tide/trait.Endpoint.html) trait. It also provides `receive_request` and `respond` functions to convert a Tide request to a GraphQL request and back to Tide response, if you want to handle the request manually.

View File

@ -1,4 +1,4 @@
# Actix-web
# Tide
`async_graphql_tide` 提供一个 trait [tide::Endpoint](https://docs.rs/tide/0.15.0/tide/trait.Endpoint.html) 的实现。如果您想手动处理请求的话,它还提供了 `receive_request``respond` 函数来将一个 Tide 请求转换为一个 GraphQL 请求,并返回 `tide::Response`