grin/wallet
hashmap d5ef3d9d12
Refactor hyper router
* Make it simpler to implement middleware
* Switch from the current thread runtime to the default one. It enables us to inject TLS support later one and potentially more scalable, unfortunately it involves some additonal cloning of the router, because we can't rely on thread local vars anymore
* Introduce `call` entrypoint for Handler, so it's possible to handle any HTTP method in one place, handy for middleware
* Implement example of middleware
2018-09-19 17:10:52 +02:00
..
src Refactor hyper router 2018-09-19 17:10:52 +02:00
tests disable chain compaction on archive nodes (#1498) 2018-09-10 15:59:42 +01:00
Cargo.toml Update rand crate to 0.5 (#1542) 2018-09-18 09:39:45 +01:00