You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Hertz middleware to automatically generate RESTful API documentation with Swagger 2.0."
7
7
---
8
8
9
+
> **⚠️ Deprecated**
10
+
>
11
+
> This document has been deprecated. Please refer to [HTTP Adaptor Guide](../../basic-feature/http-adaptor/) to learn how to directly integrate swagger without hertz middleware.
12
+
9
13
Hertz middleware to automatically generate RESTful API documentation with Swagger 2.0.
10
14
11
15
The implementation of the [swagger](https://github.com/hertz-contrib/swagger) extension refers to the implementation of [Gin](https://github.com/swaggo/gin-swagger).
0 commit comments