backtalk
                                
                                
                                
                                    backtalk copied to clipboard
                            
                            
                            
                        HTTP/Websockets API microframework
I feel like this particular approach to web development has a lot of potential. What are your plans for the project?
It would be a great addition to be able to set custom headers on a Reply.
Just curious to know, if you're planning to support websockets instead of (or in addition to) SSE?
Async GRPC client already exists? https://github.com/stepancheg/grpc-rust/blob/master/grpc-examples/src/bin/greeter_client_async.rs
Pass a tokio reactor into a server instead of having it create its own.
Any plans to support configurable (per-resource) pre-flight CORS functionality? Adding support for OPTIONS method is also good for more customizations. https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
- [ ] should adapters accept a serializable object instead? Wait for default types in Rust maybe. - [ ] make `Sender` be able to resend missed messages with the...
So you can guarantee it'll have `path` and `query` data, etc