Skip to content

Commit

Permalink
Remove FormObject.cs and FormObjectCollection.cs (PowerShell#19383)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloToso committed Mar 21, 2023
1 parent 5b1deda commit 190c99a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 95 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1157,9 +1157,6 @@ internal virtual void FillRequestStream(HttpRequestMessage request)

switch (content)
{
case FormObject form:
SetRequestContent(request, form.Fields);
break;
case IDictionary dictionary when request.Method != HttpMethod.Get:
SetRequestContent(request, dictionary);
break;
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 190c99a

Please sign in to comment.