Docs.rs
agent-line-0.1.2
agent-line 0.1.2
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
bradleyd
Dependencies
serde ^1
normal
serde_json ^1
normal
ureq ^3.2
normal
Versions
84.06%
of the crate is documented
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
Skip to main content
Module http
agent_
line
0.1.2
Module http
Module Items
Functions
In agent_
line::
tools
agent_line
::
tools
Module
http
Copy item path
Source
Functions
ยง
http_
get
Send a GET request and return the response body as a string.
http_
post
Send a POST request with a string body and return the response body.
http_
post_
json
Send a POST request with a JSON body and return the response body.