Skip to content

detectGoUpload

reference
1 min readUpdated

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

ts
function detectGoUpload(handler: string): MultipartBody | undefined

Parameters

NameType
handlerstring

Returns: MultipartBody | undefined

Was this page helpful?

Download as PDF