1
0
mirror of https://github.com/actix/actix-website synced 2025-06-27 07:29:02 +02:00

Add CodeBlock support (#309)

Close https://github.com/actix/actix-website/issues/308
This commit is contained in:
behkod
2023-02-02 18:58:14 +03:30
committed by GitHub
parent f3cefa9723
commit e873500721

View File

@ -2,6 +2,8 @@
title: Requests
---
import CodeBlock from "@site/src/components/code_block.js";
# JSON Request
There are several options for json body deserialization.