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-23 00:00:15 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4c09ea7d80012a8ffcc2efae693846e4285c1c3b
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