ESParams is just an alias for a vibe.d dictionary list
Sets a parameter to a default value if if does not exist
Throws an argument exception if the given parameter is not included in p
Escapes the given string for use with ES API
Create a list from the given arguments
Takes an array of strings representing a path and returns a clean path string
Filters the given ESParams to only include the given keys. Returns a new range containing the allowed keys
Returns a new list of params which will only included common parameters plus those allowed passed in parameters
Returns the value of the supplied ESParams or returns the defaultValue if it doesn't exist
Common ES parameters
Common ES parameters used in queries
* Defines the ESParams type for use in the API * * Copyright: © 2015 David Monagle * License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file. * Authors: David Monagle