onebot_api/communication/
http.rs

1use crate::api::APISender;
2
3pub struct HttpClient {}
4
5// impl APISender for HttpClient {}