Add support for building query parameters in the get
method of ClientHandler
#10
Labels
enhancement
New feature or request
get
method of ClientHandler
#10
Description
Currently, the
get
method in theClientHandler
class does not provide a simple mechanism to include query parameters in GET requests. This feature request proposes adding support for passing an array of key-value pairs as an argument to dynamically construct the query parameter section of the URL.Proposed Feature Details
get
method to accept an optional associative array for query parameters.Example Usage
Benefits
Additional Considerations
get
method for cases where no query parameters are passed.The text was updated successfully, but these errors were encountered: