HttpParamsView.getInt

Return the integer value of the provided header, or the provided default-value if the header does not exist

interface HttpParamsView
int
getInt
(
const(char)[] name
,
int ret = -1
)

Meta