From f4489feb3a057a81439e9493cb82d114cb8065bd Mon Sep 17 00:00:00 2001 From: SchlenkR Date: Sat, 21 Dec 2024 16:18:41 +0100 Subject: [PATCH] Update file parts and content types in Dsl.CE2.fsx for improved file handling --- src/FsHttp/Dsl.CE2.fsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/FsHttp/Dsl.CE2.fsx b/src/FsHttp/Dsl.CE2.fsx index 475f1f69..3fd41a52 100644 --- a/src/FsHttp/Dsl.CE2.fsx +++ b/src/FsHttp/Dsl.CE2.fsx @@ -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"