draft request high-level api

This commit is contained in:
yggverse 2024-10-25 03:20:23 +03:00
parent 015c3ad7ca
commit 9793a67187
12 changed files with 533 additions and 16 deletions

View file

@ -1,8 +1,5 @@
pub enum Error {
Close,
Connect,
Input,
Output,
Connection,
Response,
BufferOverflow,
Request,
}