vesys-bank-server/http-server/src/handlers
Sebastian Hugentobler dac95b7dae
Implement the http variant of the bank server.
During that process, many shortcomings with the socket server and the
bank lib were fixed.

I am aware a massive commit like this is not ideal.
2022-03-18 19:35:34 +01:00
..
close_account.rs Implement the http variant of the bank server. 2022-03-18 19:35:34 +01:00
create_account.rs Implement the http variant of the bank server. 2022-03-18 19:35:34 +01:00
deposit.rs Implement the http variant of the bank server. 2022-03-18 19:35:34 +01:00
error.rs Implement the http variant of the bank server. 2022-03-18 19:35:34 +01:00
get_account.rs Implement the http variant of the bank server. 2022-03-18 19:35:34 +01:00
get_account_nrs.rs Implement the http variant of the bank server. 2022-03-18 19:35:34 +01:00
mod.rs Implement the http variant of the bank server. 2022-03-18 19:35:34 +01:00
pong.rs Implement the http variant of the bank server. 2022-03-18 19:35:34 +01:00
transfer.rs Implement the http variant of the bank server. 2022-03-18 19:35:34 +01:00
withdraw.rs Implement the http variant of the bank server. 2022-03-18 19:35:34 +01:00