Yusuke Sasaki

Results 40 issues of Yusuke Sasaki

blocked on https://github.com/graphql-rust/juniper/issues/54

new feature
tsukuyomi-juniper

* switch the HTTP server to `izanami` * remove `App::with_modify_service` * tweak the error representation (#214) * replace `Handler::allowed_methods` with `Handler::metadata` (#215) * switch to push-style upgrade support (#217) *...

Currently, there are two crates, `tsukuyomi-server` and `tsukuyomi-service`, in order to make the implementation of HTTP server separate from the role of Web framework (the behavior as an *asynchronous* function...

Since [`multipart-async`](https://github.com/abonander/multipart-async) is on the experimental stage at the present time, we need to use the synchronous version of `multipart` (it is necessary to read the entire of request body...

new feature

* allow empty parameter names (like `/api/v1/:_/events`)

tsukuyomi

### Motivation TODO: ### Tasks - [ ] Waits for releasing futures-0.3 - [ ] (Optional) Waits for stabilizing async/await syntax and futures APIs

breaking change
tsukuyomi

* remove the server and test implementation from the core crate - use [`izanami`](https://gitlab.com/ubnt-intrepid/izanami) instead * remove a lifetime parameter from `Endpoint` (#383) - we should wait for the implementation...

breaking change

- [ ] liquid (https://github.com/cobalt-org/liquid-rust) - [x] ~~ructe (https://github.com/kaj/ructe)~~ - [x] horrorshow (https://github.com/Stebalien/horrorshow-rs)