UrlQueryStringParser

0.2.2

Simple tool for parsing http query strings

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name UrlQueryStringParser

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name UrlQueryStringParser

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

2024, Martin C Zarate

Package Details

Author(s)

  • Martin C Zarate (AKA Pxtl)

Tags

querystring http https parser url

Functions

ConvertTo-UrlQueryString ConvertFrom-UrlQueryString Format-UrlComponent Test-UrlQueryStringValueIsWriteable ConvertTo-RegularExpression Format-StringWithHashtable

PSEditions

Desktop Core

Dependencies

This module has no dependencies.

Release Notes

v0.2.2
Support for pwsh 7 where .NET core is more aggressive about encoding
- de-escaping more characters.

v0.2.1
- Fix double-encode of keys

v0.2.0
- SkipEncodeSpaces renamed to DoMinimalEncode
   - Skips encode of numerous characters that are permitted in QueryString values, not just spaces
- new support-function Format-UrlComponent

v0.1.2
- Don't emit '?' if empty even if it contains =$false or =$null

v0.1.1
- Automated tests
- Don't emit '?' if empty

v0.1.0
- Initial Version

FileList

Version History

Version Downloads Last updated
0.2.2 (current version) 3 7/19/2025
0.2.1 11 5/28/2025
0.2.0 181 9/27/2024
0.1.2 6 9/24/2024
0.1.1 5 9/24/2024
0.1.0 6 9/24/2024
Show more