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-17 00:00:16 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fe607e6dcf5dab2cdf8e2d5f8d8be26ae0b08ce0
axum
/
examples
/
compression
/
data
/
products.json
T
13 lines
175 B
JSON
Raw
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