Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 973 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 973 Bytes

URL Parameters Utility

The URL Parameters Utility provides tools for working with URL query parameters, offering functionality for parsing, encoding, decoding, and manipulating URL parameter strings.

Features

  • Parse URL parameter strings into key-value pairs
  • Encode and decode URL parameters
  • Convert between URL parameter strings and JSON objects
  • Modify URL parameters and rebuild parameter strings

API Reference

Detailed API documentation is available in the API Guide.

Usage Examples

For practical examples of how to use the URL Parameters Utility, see the Examples document.

Implementation Details

This utility is implemented through:

  • URLParamProcessor - Core processor class that handles parameter operations
  • REST API endpoints - Web interface for URL parameter processing

Getting Started

To start using the URL Parameters Utility, see the example requests in the Examples document.