Docs.rs
graph-http-0.1.3
graph-http 0.1.3
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
sreeise
Dependencies
async-std ^1.6.0
normal
async-trait ^0.1.35
normal
bytes ^1
normal
futures ^0.3
normal
futures-core ^0.3
normal
graph-core ^0.1.1
normal
graph-error ^0.1.2
normal
handlebars ^2.0.2
normal
percent-encoding ^2
normal
reqwest ^0.11
normal
serde ^1
normal
serde_json ^1
normal
serde_yaml ^0.8
normal
thiserror ^1
normal
tokio ^1
normal
url ^2
normal
Versions
3.76%
of the crate is documented
Go to latest version
Platform
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
☰
Type Definition IntoResponseAsync
Methods
build
build
build
build
bytes
download
json
send
send
send
send
text
Other items in
graph_http
?
Type Definition
graph_http
::
IntoResponseAsync
source
·
[
−
]
pub type IntoResponseAsync<'a, T> =
IntoResponse
<'a, T,
AsyncHttpClient
>;
Implementations
source
impl<'a, T>
IntoResponseAsync
<'a, T>
source
pub async fn
json
<U>(self) ->
GraphResult
<
GraphResponse
<U>>
where
for<'de> U:
Deserialize
<'de>,
source
pub async fn
text
(self) ->
GraphResult
<
GraphResponse
<
String
>>
source
pub async fn
bytes
(self) ->
GraphResult
<
GraphResponse
<
Bytes
>>
source
impl<'a, T>
IntoResponseAsync
<'a, T>
where
for<'de> T:
Deserialize
<'de>,
source
pub async fn
build
(self) ->
DispatchAsync
<T>
source
pub async fn
send
(self) ->
GraphResult
<
GraphResponse
<T>>
source
impl<'a>
IntoResponseAsync
<'a,
NoContent
>
source
pub async fn
build
(self) ->
DispatchAsync
<
GraphResponse
<
NoContent
>>
source
pub async fn
send
(self) ->
GraphResult
<
GraphResponse
<
Value
>>
source
impl<'a>
IntoResponseAsync
<'a,
UploadSessionClient
<
AsyncHttpClient
>>
source
pub async fn
build
(self) ->
DispatchAsync
<
UploadSessionClient
<
AsyncHttpClient
>>
source
pub async fn
send
(self) ->
GraphResult
<
UploadSessionClient
<
AsyncHttpClient
>>
source
impl<'a, T: 'static +
Send
+
ODataLink
+
Clone
>
IntoResponseAsync
<'a,
DeltaPhantom
<T>>
where
for<'de> T:
Deserialize
<'de>,
source
pub async fn
build
(self) ->
DispatchDelta
<T,
RequestBuilder
>
source
pub async fn
send
(self) ->
Receiver
<
Delta
<T>>
source
impl<'a>
IntoResponseAsync
<'a,
AsyncDownload
>
source
pub async fn
download
<P:
AsRef
<
Path
>>(
self,
path: P
) ->
GraphResult
<
AsyncDownload
>