paritytech / secret-store

Parity Secret Store implementation
GNU General Public License v3.0
23 stars 11 forks source link

Introduce http service #7

Closed svyatonik closed 4 years ago

svyatonik commented 4 years ago

part of #4

HTTP-service takes impl KeyServer as argument and translates incoming HTTP requests into corresponding KeyServer calls. It is the http_listener.rs file that is migrated to support new hyper and new KeyServer interface. Besides that, it also has more tests than its predecessor.