mirror of
https://github.com/aljazceru/pubky-core.git
synced 2025-12-31 12:54:35 +01:00
feat(pubky): make PubkyClient::request() public
This commit is contained in:
@@ -252,7 +252,8 @@ impl PubkyClient {
|
||||
|
||||
// === HTTP ===
|
||||
|
||||
pub(crate) fn request(&self, method: reqwest::Method, url: Url) -> RequestBuilder {
|
||||
/// Make an HTTP(s) request to a URL with a Pkarr TLD
|
||||
pub fn request(&self, method: reqwest::Method, url: Url) -> RequestBuilder {
|
||||
self.http.request(method, url)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user