package router // keyValue represents a URL parameter. type keyValue struct { Key string Value string }