Docs.rs
rhai-http-0.5.0
rhai-http 0.5.0
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
ltabis
Dependencies
reqwest ^0.12.20
normal
rhai ^1.22.2
normal
serde ^1.0.219
normal
Versions
45.45%
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
rhai_
http
0.5.0
Module api
Module Items
Functions
Type Aliases
In crate rhai_
http
rhai_http
Module
api
Copy item path
Source
Functions
§
client
Create a new HTTP client. Can be used to query HTTP endpoints.
request
Execute an HTTP request.
Type Aliases
§
Client
A HTTP client that can execute HTTP requests. See
http::client
to create an instance.