Docs.rs
acick-util-0.2.0
acick-util 0.2.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
gky360
Dependencies
anyhow ^1.0.26
normal
bytefmt ^0.1.7
normal
console ^0.15.0
normal
cookie ^0.14.2
normal
cookie_store ^0.12.0
normal
dirs ^3.0.1
normal
fs2 ^0.4.3
normal
getset ^0.1.1
normal
humantime-serde ^1.0.0
normal
indicatif ^0.15.0
normal
lazy_static ^1.4.0
normal
once_cell ^1.3.1
normal
regex ^1.3.3
normal
reqwest ^0.10.1
normal
retry ^1.0.0
normal
scraper ^0.12.0
normal
serde ^1.0.104
normal
shellexpand ^2.0.0
normal
strum ^0.19.2
normal
webbrowser ^0.5.2
normal
serde_yaml ^0.8.11
dev
tempfile ^3.1.0
dev
Versions
17.65%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ResponseExt
acick_
util
0.2.0
Response
Ext
Required Methods
location_url
Implementations on Foreign Types
Response
Implementors
In acick_
util::
service
acick_util
::
service
Trait
Response
Ext
Copy item path
Source
pub trait ResponseExt { // Required method fn
location_url
(&self, base: &
Url
) ->
Result
<
Url
>; }
Required Methods
§
Source
fn
location_url
(&self, base: &
Url
) ->
Result
<
Url
>
Implementations on Foreign Types
§
Source
§
impl
ResponseExt
for
Response
Source
§
fn
location_url
(&self, base: &
Url
) ->
Result
<
Url
>
Implementors
§