Themes
Light
Dark
Paper
Modules
cstd
core
std
fs
md
docgen
json
net
page
test_env
test
Home
/ net
Module: net
Module Dependencies
graph LR net[net] net --> cstd[cstd] net --> std[std] std --> cstd[cstd] std --> core[core]
Symbols
Public Only
Expand All
Collapse All
net
(namespace)
▶
Socket
(typealias)
timeval
(struct)
inet_pton
(function)
in_addr
(struct)
sockaddr_in
(struct)
set_recv_timeout
(function)
set_keep_alive
(function)
htons_port
(function)
listen_addr
(function)
accept_socket
(function)
recv_all
(function)
send_all
(function)
close_socket
(function)
io
(namespace)
▶
Buffer
(struct)
http
(namespace)
▶
HeaderMap
(struct)
strcasecmp
(function)
Body
(struct)
body_recv
(function)
copy_from_buffer
(function)
read
(function)
read_to_string
(function)
read_exact
(function)
drain
(function)
close
(function)
Request
(struct)
ResponseWriter
(struct)
url_decode
(function)
hex_value
(function)
parse_query
(function)
read_request_incremental
(function)
parse_request_from_bytes
(function)
web
(namespace)
▶
Handler
(typealias)
Middleware
(typealias)
Route
(struct)
Router
(struct)
match_pattern
(function)
split_segments
(function)
server
(namespace)
▶
ServerConfig
(struct)
Server
(struct)