mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-19 00:00:14 +02:00
Add compression example (#2623)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"products": [
|
||||
{
|
||||
"id": 1,
|
||||
"name": "Product 1"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "Product 2"
|
||||
}
|
||||
]
|
||||
}
|
||||
Binary file not shown.
Reference in New Issue
Block a user