websocket and showable messages working
This commit is contained in:
parent
01e9b47bc7
commit
27513863cf
5 changed files with 15 additions and 4 deletions
|
|
@ -62,6 +62,8 @@ async fn handle_http_connection(
|
|||
}
|
||||
};
|
||||
|
||||
println!("{req:?}");
|
||||
|
||||
let matchable = req.path.to_matchable();
|
||||
|
||||
let response = match matchable.as_slice() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue