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