UrlEncode to UrlDecode as it should be

This commit is contained in:
Michael Nolan 2022-08-26 13:36:01 -05:00
parent 86d1d12344
commit 7960b8fff1
15 changed files with 13 additions and 13 deletions

View File

@ -306,7 +306,7 @@ namespace Tesses.Http
{
if(_kvp.Length == 2)
{
p.Add(_kvp[0],HttpUtility.UrlEncode(_kvp[1]));
p.Add(_kvp[0],HttpUtility.UrlDecode(_kvp[1]));
}else{
p.Add(_kvp[0],"");
}

View File

@ -6,9 +6,9 @@
<PackageId>Tesses.Http</PackageId>
<Author>Mike Nolan</Author>
<Company>Tesses</Company>
<Version>1.0.1</Version>
<AssemblyVersion>1.0.1</AssemblyVersion>
<FileVersion>1.0.1</FileVersion>
<Version>1.0.2</Version>
<AssemblyVersion>1.0.2</AssemblyVersion>
<FileVersion>1.0.2</FileVersion>
<Description>A Web Server/Client</Description>
<PackageTags>HTTP, WebServer, WebClient</PackageTags>
<RepositoryUrl>https://gitlab.tesses.cf/tesses50/tesses.http</RepositoryUrl>

View File

@ -7,7 +7,7 @@
"targets": {
".NETStandard,Version=v2.0": {},
".NETStandard,Version=v2.0/": {
"Tesses.Http/1.0.1": {
"Tesses.Http/1.0.2": {
"dependencies": {
"MimeTypesMap": "1.0.8",
"NETStandard.Library": "2.0.3",
@ -42,7 +42,7 @@
}
},
"libraries": {
"Tesses.Http/1.0.1": {
"Tesses.Http/1.0.2": {
"type": "project",
"serviceable": false,
"sha512": ""

View File

@ -13,11 +13,11 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Tesses")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyDescriptionAttribute("A Web Server/Client")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.1")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.1")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.2")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.2")]
[assembly: System.Reflection.AssemblyProductAttribute("Tesses.Http")]
[assembly: System.Reflection.AssemblyTitleAttribute("Tesses.Http")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.1")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.2")]
[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://gitlab.tesses.cf/tesses50/tesses.http")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@ -1 +1 @@
e19720fae030b0b4a45f373e6fad8e5d168bf687
ef665c6697ab0ceacafd25239c9a77510e969592

View File

@ -5,7 +5,7 @@
},
"projects": {
"/home/mike/Documents/Code/WorkingOn/Tesses.Http/Tesses.Http/Tesses.Http.csproj": {
"version": "1.0.1",
"version": "1.0.2",
"restore": {
"projectUniqueName": "/home/mike/Documents/Code/WorkingOn/Tesses.Http/Tesses.Http/Tesses.Http.csproj",
"projectName": "Tesses.Http",

View File

@ -248,7 +248,7 @@
"/home/mike/.nuget/packages/": {}
},
"project": {
"version": "1.0.1",
"version": "1.0.2",
"restore": {
"projectUniqueName": "/home/mike/Documents/Code/WorkingOn/Tesses.Http/Tesses.Http/Tesses.Http.csproj",
"projectName": "Tesses.Http",

View File

@ -1,6 +1,6 @@
{
"version": 2,
"dgSpecHash": "CQ8ixWGPT64Amp0GG2UiGeU2/XIdXcSMLs4kQDsNMe91k5Xr6HKNQS0RAuVNj9EcA59Wn5HOdb3GcwOVeP87pQ==",
"dgSpecHash": "jgOcTlVQmFmvs2mmgWm3HJVveLZd8Ekz7YqnTTQTGDNOHBW69F+wjGaPmWLOmiOu0mA11Gnwdloq8h+uF0Vyvw==",
"success": true,
"projectFilePath": "/home/mike/Documents/Code/WorkingOn/Tesses.Http/Tesses.Http/Tesses.Http.csproj",
"expectedPackageFiles": [