-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #53 from amplifying-fsharp/add_session_2023_07_21_…
…dawe add 2023-07-21 session of David
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: Adding metadata to FsHttp multipart requests | ||
preview: Adding a feature to FsHttp | ||
isDraft: true | ||
date: 2023-07-21T13:00:00.000Z | ||
slug: "2023/07/21" | ||
champion: David Schaefer | ||
zoomLink: "https://us06web.zoom.us/j/84294302670?pwd=aGVkWjZoOHlmT1pZMVh3UkhkVEduQT09" | ||
zoomPasscode: "fshttp" | ||
issueLink: https://github.com/fsprojects/FsHttp/issues/106 | ||
company: GR-OSS | ||
|
||
--- | ||
|
||
## Topic | ||
|
||
While being fairly feature complete, there are Web APIs out there that show that there is still room for improvement in FsHttp. | ||
An issue was raised by an user with a usecase that requires multipart requests with filename metadata. This is currently not supported by FsHttp. | ||
In this session we'll change that by adding the needed bits to the http DSL of FsHttp. | ||
|
||
## Champions | ||
|
||
- [David Schaefer](https://github.com/dawedawe) |