add cookies

This commit is contained in:
Sandro Eiler 2023-07-02 13:25:54 +02:00
parent 627aea08cb
commit c5f6a24b3a
6 changed files with 59 additions and 8 deletions

View file

@ -27,5 +27,7 @@ async fn test_quick_dev() -> Result<()> {
);
req_login.await?.print().await?;
hc.do_get("/hello2/mike").await?.print().await?;
Ok(())
}