Skip to content

Commit

Permalink
Update file parts and content types in Dsl.CE2.fsx for improved file …
Browse files Browse the repository at this point in the history
…handling
  • Loading branch information
SchlenkR authored and SchlenkR committed Dec 21, 2024
1 parent 4952b94 commit f4489fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/FsHttp/Dsl.CE2.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -482,10 +482,10 @@ let res =

multipart

filePart "Resources/uploadFile.txt"
ContentTypeMultipart "application/json"
filePart "src/FsHttp/Domain.fs"
ContentTypeMultipart "application/fsharp"

filePart "Resources/uploadFile2.txt"
filePart "src/FsHttp/Dsl.fs"

textPart "das" "hurz1"
ContentTypeMultipart "application/json"
Expand Down

0 comments on commit f4489fe

Please sign in to comment.