mkantor / operator

A web server for static and dynamic content.
https://operator.mattkantor.com
GNU General Public License v3.0
16 stars 2 forks source link

De-genericize types for query parameters. #73

Closed mkantor closed 3 years ago

mkantor commented 3 years ago

Use a concrete HashMap<String, String> instead. This simplifies a bunch of function signatures.