Docs.rs
  • graph-http-0.2.3
    • graph-http 0.2.3
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • Crates.io
    • Source
    • Owners
    • sreeise
    • Dependencies
      • async-std ^1.6.0 normal
      • async-stream ^0.3 normal
      • async-trait ^0.1.35 normal
      • bytes ^1 normal
      • futures ^0.3 normal
      • futures-core ^0.3 normal
      • futures-util ^0.3 normal
      • graph-core ^0.3.0 normal
      • graph-error ^0.1.3 normal
      • handlebars ^2.0.2 normal
      • parking_lot ^0.12.0 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
      • 0.2.4
      • 0.2.3
      • 0.2.2
      • 0.2.1
      • 0.2.0
      • 0.1.3
      • 0.1.2
      • 0.1.1
      • 0.1.0
      • 0.0.2
      • 0.0.1
  • Go to latest version
  • Platform
    • x86_64-unknown-linux-gnu
    • i686-unknown-linux-gnu
  • Feature flags
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Crate graph_http

  • Version 0.2.3
  • All Items
  • Re-exports
  • Modules
  • Structs
  • Enums
  • Constants
  • Traits
  • Type Definitions
?
Change settings

Crate graph_http

source ·

Re-exports

  • pub extern crate serde;
  • pub extern crate serde_json;
  • pub extern crate serde_yaml;

Modules

  • byterange
  • iotools
  • traits
  • types
  • url

Structs

  • DispatchDelta
  • DispatchRequest
  • DownloadClient
    Provides an abstraction for downloading files.
  • DownloadRequest
  • GraphRequest
  • GraphResponse
  • HttpClient
  • IntoResponse
  • Registry
  • Session
  • UploadSessionClient

Enums

  • NextSession
  • RequestAttribute
  • RequestType

Constants

  • MAX_FILE_NAME_LEN

Traits

  • RequestClient
  • StartUploadSession

Type Definitions

  • AsyncDownload
  • AsyncHttpClient
  • BlockingClient
  • BlockingDownload
  • BlockingHttpClient
  • DispatchAsync
  • DispatchBlocking
  • IntoResponseAsync
  • IntoResponseBlocking