extractParams

extract parameters from URL string to stringstring map, update url to strip params

  1. auto extractParams(S url)
  2. void extractParams(S url, M params)
    void
    extractParams
    (
    S
    M
    )
    (
    ref S url
    ,
    ref M params
    )

Meta