Name
url:SetFragment -- get fragment part of URL (V2.0)
Synopsis
url:SetFragment(fragment$[, flags])
Function
Sets the fragment part in the specified URL object to the one specified in fragment$. The hash sign in the URL is not part of the actual fragment contents. You can also pass Nil to unset the fragment in the URL handle.

The optional flags parameter can be a combination of flags as described in the documentation of the hurl.URL() function. See hurl.URL for details.

Inputs
fragment$
fragment to get
flags
optional: combination of flags

Show TOC