mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 21:06:31 +03:00
JSON-RPC: add get_http_blob API
This commit is contained in:
@@ -7,9 +7,9 @@ use std::io::BufRead;
|
||||
|
||||
use quick_xml::events::Event;
|
||||
|
||||
use super::read_url::read_url;
|
||||
use super::{Error, ServerParams};
|
||||
use crate::context::Context;
|
||||
use crate::net::read_url;
|
||||
use crate::provider::{Protocol, Socket};
|
||||
|
||||
/// Result of parsing a single `Protocol` tag.
|
||||
|
||||
Reference in New Issue
Block a user