modulepackage
0.0.2
Repository: https://github.com/projectdiscovery/mapsutil.git
Documentation: pkg.go.dev
# README
mapsutil
The package contains various helpers to interact with maps
# Functions
Difference returns the inputted map without the keys specified as input.
DNSToMap Converts DNS to Matcher Map.
Flatten takes a map and returns a new one where nested maps are replaced by dot-delimited keys.
GetKeys returns the map's keys.
GetValues returns the map's values.
HTTPRequesToMap Converts HTTP Request to Matcher Map.
HTTPResponseToMap Converts HTTP Response to Matcher Map.
HTTPToMap Converts HTTP to Matcher Map.
MergeMaps merges the inputted maps into a new one.
Walk a map and visit all the edge key:value pairs.