Skip to content

Commit

Permalink
Add comment for StreamingMultipartFile type
Browse files Browse the repository at this point in the history
  • Loading branch information
mishankov committed Aug 20, 2024
1 parent b747e85 commit 2da5d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yahttp.nim
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type
MultipartFile* = tuple[multipartName, fileName, contentType,
content: string] ## Type for uploaded file

StreamingMultipartFile* = tuple[name, file: string]
StreamingMultipartFile* = tuple[name, file: string] ## Type for streaming file

Method* = enum
## Supported HTTP methods
Expand Down

0 comments on commit 2da5d3d

Please sign in to comment.