Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chirpstack/chirpstack
/ Client
Class
Client
backend/src/lib.rs:77–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
pub struct Client {
78
client: reqwest::Client,
79
config: ClientConfig,
80
headers: HeaderMap,
81
}
82
83
impl Client {
84
pub fn new(c: ClientConfig) -> Result<Self> {
Callers
4
setup
Function · 0.85
get_async_redis_conn
Function · 0.85
get_async_connection
Method · 0.85
new
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected