grin/api/src
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
..
client.rs Fix wallet owner_api on new Hyper (#1312) 2018-08-03 14:48:54 -07:00
handlers.rs Refactor hyper router 2018-09-19 17:10:52 +02:00
lib.rs Remove all iron traces (#1309) 2018-08-01 13:58:22 -04:00
rest.rs Refactor hyper router 2018-09-19 17:10:52 +02:00
router.rs Refactor hyper router 2018-09-19 17:10:52 +02:00
types.rs Hard fork tryout: better PoW encapsulation in block header (#1478) 2018-09-10 15:36:57 -07:00