async-graphql/src/http
sunli 8e9aff105e Support Upload Stream #15
I think the previous implementation is not elegant enough, the `QueryBuilder::set_files_holder` function looks disgusting, so I refactored it.
By the way, the performance of parsing InputValue has been optimized, and unnecessary clones have been removed.
2020-05-11 21:47:24 +08:00
..
graphiql_source.rs Update graphiql_source.rs 2020-04-22 18:47:20 +08:00
into_query_builder.rs Support Upload Stream #15 2020-05-11 21:47:24 +08:00
mod.rs Move the parser to async-graphql-parser crate. 2020-05-09 22:02:55 +08:00
multipart.rs Support Upload Stream #15 2020-05-11 21:47:24 +08:00
playground_source.rs v1.3.2 2020-03-20 11:56:08 +08:00
stream_body.rs Fix typo 2020-04-23 22:54:34 +08:00
token_reader.rs Add GQLHttpRequest and IntoQueryBuilder trait 2020-04-11 17:36:05 +08:00