Docs.rs
git-http-backend-0.1.3
git-http-backend 0.1.3
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
lazhenyi
Dependencies
actix-files ^0.6.6
normal
actix-web ^4.9.0
normal
async-stream ^0.3.6
normal
async-trait ^0.1.83
normal
clap ^4.5.23
normal
flate2 ^1.0.35
normal
futures-util ^0.3.31
normal
tokio ^1
normal
tracing ^0.1.41
normal
tracing-subscriber ^0.3.19
normal
Versions
64%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
git_
http_
backend
0.1.3
In git_
http_
backend::
actix::
get_
text_
file
git_http_backend
::
actix
::
get_text_file
Function
get_text_file
Copy item path
Source
pub async fn get_text_file( request:
HttpRequest
, service:
Data
<impl
GitConfig
>, ) -> impl
Responder