UrlQueryStringParser

0.2.0

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

Dependencies

This module has no dependencies.

Release Notes

0.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

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

0.1.1
- Automated tests
- Don't emit '?' if empty

0.1.0
- Initial Version

FileList

Version History

Version Downloads Last updated
0.2.0 (current version) 165 9/27/2024
0.1.2 6 9/24/2024
0.1.1 5 9/24/2024
0.1.0 6 9/24/2024