Kind: Function
Source: atloria-monorepo/libs/parser-core/src/openapi/multipart.ts
Go: r.FormFile("x") (net/http) and c.FormFile("x") (Gin/Echo/Fiber).
Signature
tsfunction detectGoUpload(handler: string): MultipartBody | undefined
Parameters
| Name | Type |
|---|---|
handler | string |
Returns: MultipartBody | undefined
Was this page helpful?