Introducing the Uri module#2
Conversation
…and ConvertTo-UriQueryString filters
|
Module Uri - 0.0.2-functions001 published to the PowerShell Gallery. |
|
GitHub release for Uri v0.0.2-functions001 has been created. |
|
Module Uri - 0.0.2-functions002 published to the PowerShell Gallery. |
|
GitHub release for Uri v0.0.2-functions002 has been created. |
|
Module Uri - 0.0.2-functions003 published to the PowerShell Gallery. |
|
GitHub release for Uri v0.0.2-functions003 has been created. |
…g for clarity and consistency
|
Module Uri - 0.0.2-functions004 published to the PowerShell Gallery. |
|
GitHub release for Uri v0.0.2-functions004 has been created. |
…ed in New-Uri function
|
Module Uri - 0.0.2-functions005 published to the PowerShell Gallery. |
|
GitHub release for Uri v0.0.2-functions005 has been created. |
|
Module Uri - 0.0.2-functions006 published to the PowerShell Gallery. |
|
GitHub release for Uri v0.0.2-functions006 has been created. |
|
Module Uri - 0.0.2-functions007 published to the PowerShell Gallery. |
|
GitHub release for Uri v0.0.2-functions007 has been created. |
|
Module Uri - 0.0.2-functions008 published to the PowerShell Gallery. |
|
GitHub release for Uri v0.0.2-functions008 has been created. |
9fc9f23 to
2be26c8
Compare
… removing NoEncoding references, and updating query string handling for clarity. Also, add advanced usage examples to documentation.
466af5b to
dee661d
Compare
Uri module - Early versionUri module
|
Module Uri - v1.0.0 published to the PowerShell Gallery. |
|
GitHub release for Uri v1.0.0 has been created. |
Description
This pull request introduces the
UriPowerShell module, providing URI handling capabilities, adding functions for converting and constructing URI components.New Functions for URI Handling:
ConvertFrom-UriQueryStringthat parses a URL query string into a hashtable of parameters.ConvertTo-UriQueryStringthat converts a hashtable of parameters into a URL query string.New-Urithat constructs a URI from base, paths, query parameters, and fragment, ensuring proper encoding and placement.Type of change
Checklist