(
+ async fn send(
&mut self,
_: &mut P,
- _: &mut PkgsAux (
+ async fn send_and_retrieve(
&mut self,
_: &mut P,
- _: &mut PkgsAux (
+ fn send(
&mut self,
pkg: &mut P,
- pkgs_aux: &mut PkgsAux {
- initial_len: usize,
- origin_end: usize,
- path_end: usize,
- url: S,
-}
-
-impl Url
-where
- S: AsRef Url
-where
- S: DynString,
-{
- /// Creates all inner parts from an origin (https://localhost).
- #[inline]
- pub fn from_origin(origin_str: &str) -> crate::Result`].
- #[inline]
- pub fn query_writer(&mut self) -> crate::Result