☰
← Home
std
v0.2.15
Project Modules
Overview
allocator
assert
async
build
env
error
gc
glob
log
path
prelude
thread
worker
alg/
hash
cli/
arg_parser
collections/
array_list
btree_map
deque
hash_map
hash_set
linked_list
list_view
ordered_map
priority_queue
crypto/
md5
random
sha256
encoding/
base64
hex
html
html_char_utils
html_entities
json
punycode
toml
utf16
fmt/
display
index
to_string
writer
fs/
dir
file
metadata
temp
types
walker
http/
client
http
index
imm/
list
map
set
sorted_map
sorted_set
string
vec
io/
reader
writer
libc/
assert
ctype
dirent
dyld
errno
fcntl
float
limits
math
signal
stdatomic
stdint
stdio
stdlib
string
time
unistd
wctype
windows
libc/sys/
stat
net/
addr
dns
errors
tcp
udp
os/
env
signal
process/
command
index
regex/
compiler
flags
index
match
node
parser
unicode
vm
spec/
numeric
refine
string/
index
rune
string
string_builder
unicode
sync/
atomic
channel
cond
mutex
once
rwlock
waitgroup
sys/
advise
clock
constants
copy
dir
dns
errors
events
externs
fallocate
fcntl
file
future
iov
lock
mmap
path
perm
pipe
process
seek
signal
signals
socket
socketpair
sockinfo
statfs
statx
sysinfo
tcp
temp
time
timer
tty
udp
umask
unix
sys/bufio/
buf_reader
buf_writer
testing/
bench
time/
datetime
duration
instant
sleep
url/
index
Types
HttpMethod
Constants
HttpHeader
new
HttpRequest
new
header
with_body
set_host
set_header
set_body
to_string
HttpResponse
new
get_header
is_ok
is_redirect
is_error
parse_response
http_status_text
Home
› http/http
Module
http/http
http/http
HTTP core types — methods, headers, requests, and responses.
Types
HttpMethod
struct
HttpMethod
Trait Implementations
ToString
Constants
HttpHeader
constant
(unknown)
new
constant
(unknown)
HttpRequest
constant
(unknown)
new
constant
(unknown)
header
constant
(unknown)
with_body
constant
(unknown)
set_host
constant
(unknown)
set_header
constant
(unknown)
set_body
constant
(unknown)
to_string
constant
(unknown)
HttpResponse
constant
(unknown)
new
constant
(unknown)
get_header
constant
(unknown)
is_ok
constant
(unknown)
is_redirect
constant
(unknown)
is_error
constant
(unknown)
parse_response
constant
(unknown)
http_status_text
constant
(unknown)
↑