Field HttpServerRequest.params
This map is supposed to be used by middleware functionality to store
information for later stages. For example vibe.http.router.UrlRouter
uses this
map
to store the value of any named placeholders.
Declaration
class HttpServerRequest { // ... string[string] params; // ... }
Authors
Sönke Ludwig, Jan Krüger
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.