async-graphql/src/http
Koxiaet d404e756bc Rework subscriptions
The main change in this commit is changing the return type of
SubscriptionType::create_stream from
Future<Result<Stream<Result<Response>>>> to just Stream<Result<Json>>. I
also allowed the returned stream to borrow from self and context.
2020-09-13 18:52:36 +01:00
..
graphiql_source.rs Update graphiql_source.rs 2020-04-22 18:47:20 +08:00
mod.rs Support !Unpin in receive_body with pin project 2020-09-13 11:49:07 +01:00
multipart.rs Rework subscriptions 2020-09-13 18:52:36 +01:00
playground_source.rs Remove dependency on serde_derive, satisfy Clippy, improve docs 2020-08-31 19:18:02 +01:00
websocket.rs Move websockets to http module and fix doc tests 2020-09-13 07:40:34 +01:00