Home Reference Source

Function

Static Public Summary
public

Seperates the query string from the path

public

seperateQueries(queryString: string): *

Seperates individual queries from a query string

public

Seperates the path from the query string

Static Public

public getQueryString(path: string): * source

import {getQueryString} from './terrier-repo/bodyparser/getQueryString.ts'

Seperates the query string from the path

Params:

NameTypeAttributeDescription
path string

Return:

*

public seperateQueries(queryString: string): * source

import {seperateQueries} from './terrier-repo/bodyparser/seperateQueries.ts'

Seperates individual queries from a query string

Params:

NameTypeAttributeDescription
queryString string

Return:

*

public splitQueryString(path: string): * source

import {splitQueryString} from './terrier-repo/bodyparser/splitQueryString.ts'

Seperates the path from the query string

Params:

NameTypeAttributeDescription
path string

Return:

*