This website requires JavaScript.
Explore
Help
Sign In
tokio-rs
/
axum
Watch
1
Star
0
Fork
0
mirror of
https://github.com/tokio-rs/axum.git
synced
2026-08-14 00:00:15 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dm/inline-docs
axum
/
examples
/
compression
/
data
/
products.json
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
13 lines
175 B
JSON
Raw
Permalink
Normal View
History
Unescape
Escape
Add compression example (
#2623
)
2024-08-09 20:29:41 +02:00
{
"products"
:
[
{
"id"
:
1
,
"name"
:
"Product 1"
},
{
"id"
:
2
,
"name"
:
"Product 2"
}
]
}
Reference in New Issue
Copy Permalink