Type:
class fcf.RouteInfo
Package: fcf-framework-core
File: fcf.js
Available from version: 2.0.2
The class that describes information about a URL's route
Properties
- URL without arguments and anchor
- URI without domain, arguments and anchor
- Request url arguments with automatic conversion to JS types
- Query URL arguments without conversion to JS types
- URL arguments as string
- POST request arguments with automatic conversion to JS types. Set on the server side when processing a received request. urlArgs analog
- Query POST arguments without conversion to JS types. Set on the server side when processing a received request. urlArgsRaw analog
- Query POST and GET arguments with conversion to JS types
- Request POST and GET arguments without automatic conversion to JS types
- Protocol name (http/https)
- Port number if specified in the URL
Methods
constructor(
string a_url,
string a_relativeMode
= "relative",
object a_postArgs
= {})
constructor(
fcf.RouteInfo a_routeInfo,
string a_relativeMode
= "relative",
object a_postArgs
= {})
- Class constructor