fix missing tabs end

Signed-off-by: Gallardot <gallardot@apache.org>
This commit is contained in:
Gallardot 2025-02-22 23:02:49 +08:00 committed by GitHub
parent 27683a62ba
commit b7907d6194
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -540,6 +540,9 @@ app.include_router(router)
``` ```
{{% /codetab %}} {{% /codetab %}}
{{< /tabs >}}
## Receiving message headers with special characters ## Receiving message headers with special characters
The consumer application may be required to receive message headers that include special characters, which may cause HTTP protocol validation errors. The consumer application may be required to receive message headers that include special characters, which may cause HTTP protocol validation errors.