From 3c935efea5df385502d2415acc813fe235e4cb8f Mon Sep 17 00:00:00 2001 From: asos-craigmorten Date: Sat, 19 Jun 2021 11:12:03 +0000 Subject: [PATCH] publish typedocs --- docs/classes/_response_.response.html | 78 +++++----- docs/classes/_view_.view.html | 20 +-- docs/interfaces/_types_.application.html | 134 ++++++++--------- docs/interfaces/_types_.byterange.html | 4 +- docs/interfaces/_types_.handler.html | 2 +- docs/interfaces/_types_.iroute.html | 54 +++---- docs/interfaces/_types_.irouter.html | 76 +++++----- docs/interfaces/_types_.irouterhandler.html | 4 +- docs/interfaces/_types_.iroutermatcher.html | 6 +- docs/interfaces/_types_.mediatype.html | 8 +- docs/interfaces/_types_.nextfunction.html | 4 +- docs/interfaces/_types_.opine.html | 138 +++++++++--------- .../_types_.rangeparseroptions.html | 2 +- docs/interfaces/_types_.rangeparserrange.html | 4 +- .../interfaces/_types_.rangeparserranges.html | 2 +- docs/interfaces/_types_.request.html | 102 ++++++------- docs/interfaces/_types_.requesthandler.html | 2 +- docs/interfaces/_types_.response.html | 80 +++++----- docs/interfaces/_types_.router.html | 78 +++++----- .../interfaces/_types_.routerconstructor.html | 80 +++++----- docs/interfaces/_types_.routeroptions.html | 6 +- docs/modules/_application_.html | 14 +- docs/modules/_methods_.html | 2 +- .../_middleware_bodyparser_getcharset_.html | 2 +- .../modules/_middleware_bodyparser_json_.html | 10 +- docs/modules/_middleware_bodyparser_raw_.html | 2 +- .../modules/_middleware_bodyparser_read_.html | 4 +- .../modules/_middleware_bodyparser_text_.html | 2 +- .../_middleware_bodyparser_typechecker_.html | 2 +- .../_middleware_bodyparser_urlencoded_.html | 10 +- docs/modules/_middleware_init_.html | 6 +- docs/modules/_middleware_query_.html | 2 +- docs/modules/_middleware_servestatic_.html | 10 +- docs/modules/_opine_.html | 4 +- docs/modules/_request_.html | 2 +- docs/modules/_router_index_.html | 22 +-- docs/modules/_router_layer_.html | 4 +- docs/modules/_router_route_.html | 2 +- docs/modules/_types_.html | 34 ++--- docs/modules/_utils_compileetag_.html | 8 +- docs/modules/_utils_compilequeryparser_.html | 8 +- docs/modules/_utils_compiletrust_.html | 4 +- docs/modules/_utils_contentdisposition_.html | 36 ++--- docs/modules/_utils_cookies_.html | 4 +- docs/modules/_utils_definegetter_.html | 2 +- docs/modules/_utils_etag_.html | 12 +- docs/modules/_utils_finalhandler_.html | 22 +-- docs/modules/_utils_forwarded_.html | 4 +- docs/modules/_utils_fresh_.html | 8 +- docs/modules/_utils_merge_.html | 2 +- docs/modules/_utils_mergedescriptors_.html | 4 +- docs/modules/_utils_normalizetype_.html | 6 +- docs/modules/_utils_parseurl_.html | 8 +- docs/modules/_utils_pathtoregex_.html | 10 +- docs/modules/_utils_proxyaddr_.html | 34 ++--- docs/modules/_utils_requestproxy_.html | 8 +- docs/modules/_utils_send_.html | 50 +++---- docs/modules/_utils_stringify_.html | 2 +- docs/modules/_view_.html | 4 +- 59 files changed, 627 insertions(+), 627 deletions(-) diff --git a/docs/classes/_response_.response.html b/docs/classes/_response_.response.html index 95dfabca..cbd029b2 100644 --- a/docs/classes/_response_.response.html +++ b/docs/classes/_response_.response.html @@ -147,7 +147,7 @@

Private #resources

#resources: number[] = []
@@ -157,7 +157,7 @@

app

app: Application
@@ -167,7 +167,7 @@

body

body: DenoResponseBody
@@ -177,7 +177,7 @@

headers

headers: Headers = new Headers()
@@ -187,7 +187,7 @@

locals

locals: any
@@ -197,7 +197,7 @@

req

req: Request
@@ -207,7 +207,7 @@

status

status: Status = 200
@@ -217,7 +217,7 @@

written

written: Boolean = false
@@ -234,7 +234,7 @@

addResource

  • @@ -266,7 +266,7 @@

    append

  • @@ -303,7 +303,7 @@

    attachment

  • @@ -333,7 +333,7 @@

    clearCookie

  • @@ -353,7 +353,7 @@

    Returns this

    Parameters

    @@ -380,7 +380,7 @@

    cookie

  • @@ -409,7 +409,7 @@

    Returns this

    Parameters

    @@ -432,7 +432,7 @@

    download

  • @@ -472,7 +472,7 @@

    end

  • @@ -500,7 +500,7 @@

    etag

  • @@ -529,7 +529,7 @@

    format

  • @@ -601,7 +601,7 @@

    get

  • @@ -630,7 +630,7 @@

    json

  • @@ -663,7 +663,7 @@

    jsonp

  • @@ -696,7 +696,7 @@

    links

  • @@ -730,7 +730,7 @@

    location

  • @@ -766,7 +766,7 @@

    redirect

  • @@ -792,7 +792,7 @@

    Returns void

    Parameters

    @@ -818,7 +818,7 @@

    removeHeader

  • @@ -850,7 +850,7 @@

    render

  • @@ -891,7 +891,7 @@

    send

  • @@ -924,7 +924,7 @@

    sendFile

  • @@ -956,7 +956,7 @@

    sendStatus

  • @@ -992,7 +992,7 @@

    set

  • @@ -1023,7 +1023,7 @@

    Returns this

    Parameters

    @@ -1047,7 +1047,7 @@

    setHeader

  • @@ -1079,7 +1079,7 @@

    Returns this

    Parameters

    @@ -1102,7 +1102,7 @@

    setStatus

  • @@ -1133,7 +1133,7 @@

    type

  • @@ -1169,7 +1169,7 @@

    unset

  • @@ -1198,7 +1198,7 @@

    vary

  • diff --git a/docs/classes/_view_.view.html b/docs/classes/_view_.view.html index b9ff38de..5673062c 100644 --- a/docs/classes/_view_.view.html +++ b/docs/classes/_view_.view.html @@ -119,7 +119,7 @@

    constructor

  • @@ -159,7 +159,7 @@

    defaultEngine

    defaultEngine: any
    @@ -169,7 +169,7 @@

    engine

    engine: any
    @@ -179,7 +179,7 @@

    ext

    ext: any
    @@ -189,7 +189,7 @@

    name

    name: any
    @@ -199,7 +199,7 @@

    path

    path: any
    @@ -209,7 +209,7 @@

    root

    root: any
    @@ -226,7 +226,7 @@

    Private lookup

  • @@ -254,7 +254,7 @@

    Private render

  • @@ -285,7 +285,7 @@

    Private resolve

  • diff --git a/docs/interfaces/_types_.application.html b/docs/interfaces/_types_.application.html index f9076494..d8dfa0c5 100644 --- a/docs/interfaces/_types_.application.html +++ b/docs/interfaces/_types_.application.html @@ -97,7 +97,7 @@

    Callable

  • @@ -206,7 +206,7 @@

    _params

    @@ -216,7 +216,7 @@

    _router

    _router: Router
    @@ -232,7 +232,7 @@

    all

    @@ -248,7 +248,7 @@

    cache

    cache: any
    @@ -259,7 +259,7 @@

    caseSensitive

    @@ -270,7 +270,7 @@

    checkout

    @@ -281,7 +281,7 @@

    connect

    @@ -292,7 +292,7 @@

    copy

    @@ -303,7 +303,7 @@

    delete

    @@ -313,7 +313,7 @@

    engines

    engines: any
    @@ -324,7 +324,7 @@

    get

    @@ -335,7 +335,7 @@

    head

    @@ -345,7 +345,7 @@

    locals

    locals: any
    @@ -356,7 +356,7 @@

    lock

    @@ -367,7 +367,7 @@

    m-search

    @@ -378,7 +378,7 @@

    merge

    @@ -389,7 +389,7 @@

    mergeParams

    @@ -400,7 +400,7 @@

    mkactivity

    @@ -411,7 +411,7 @@

    mkcol

    @@ -421,7 +421,7 @@

    mountpath

    mountpath: string | string[]
    @@ -437,7 +437,7 @@

    move

    @@ -448,7 +448,7 @@

    notify

    @@ -459,7 +459,7 @@

    options

    @@ -470,7 +470,7 @@

    params

    @@ -480,7 +480,7 @@

    parent

    parent: any
    @@ -491,7 +491,7 @@

    patch

    @@ -502,7 +502,7 @@

    post

    @@ -513,7 +513,7 @@

    propfind

    @@ -524,7 +524,7 @@

    proppatch

    @@ -535,7 +535,7 @@

    purge

    @@ -546,7 +546,7 @@

    put

    @@ -557,7 +557,7 @@

    report

    @@ -567,7 +567,7 @@

    router

    router: string
    @@ -577,7 +577,7 @@

    routes

    routes: any
    @@ -598,7 +598,7 @@

    search

    @@ -608,7 +608,7 @@

    settings

    settings: any
    @@ -619,7 +619,7 @@

    stack

    @@ -635,7 +635,7 @@

    strict

    @@ -646,7 +646,7 @@

    subscribe

    @@ -657,7 +657,7 @@

    trace

    @@ -668,7 +668,7 @@

    unlock

    @@ -679,7 +679,7 @@

    unsubscribe

    @@ -690,7 +690,7 @@

    use

    @@ -707,7 +707,7 @@

    defaultConfiguration

  • @@ -729,7 +729,7 @@

    disable

  • @@ -757,7 +757,7 @@

    disabled

  • @@ -790,7 +790,7 @@

    emit

  • @@ -824,7 +824,7 @@

    enable

  • @@ -852,7 +852,7 @@

    enabled

  • @@ -885,7 +885,7 @@

    engine

  • @@ -963,7 +963,7 @@

    Private handle

    @@ -999,7 +999,7 @@

    init

  • @@ -1026,7 +1026,7 @@

    lazyrouter

  • @@ -1054,7 +1054,7 @@

    listen

  • @@ -1068,7 +1068,7 @@

    Returns Server

    Parameters

    @@ -1085,7 +1085,7 @@

    Returns Server

    Parameters

    @@ -1102,7 +1102,7 @@

    Returns Server

    Parameters

    @@ -1119,7 +1119,7 @@

    Returns Server

    Parameters

    @@ -1145,7 +1145,7 @@

    on

  • @@ -1202,7 +1202,7 @@

    param

    Parameters

    @@ -1228,7 +1228,7 @@

    path

  • @@ -1257,7 +1257,7 @@

    Private process_params

    Inherited from IRouter.process_params

    @@ -1295,7 +1295,7 @@

    render

  • @@ -1347,7 +1347,7 @@

    Returns void

    Parameters

    @@ -1395,7 +1395,7 @@

    route

    Parameters

    @@ -1418,7 +1418,7 @@

    set

  • diff --git a/docs/interfaces/_types_.byterange.html b/docs/interfaces/_types_.byterange.html index 5ed44589..eca69bb8 100644 --- a/docs/interfaces/_types_.byterange.html +++ b/docs/interfaces/_types_.byterange.html @@ -97,7 +97,7 @@

    end

    end: number
    @@ -107,7 +107,7 @@

    start

    start: number
    diff --git a/docs/interfaces/_types_.handler.html b/docs/interfaces/_types_.handler.html index 23d269ad..da888924 100644 --- a/docs/interfaces/_types_.handler.html +++ b/docs/interfaces/_types_.handler.html @@ -103,7 +103,7 @@

    Callable

  • Parameters

    diff --git a/docs/interfaces/_types_.iroute.html b/docs/interfaces/_types_.iroute.html index 1c5a47cf..7e5e1088 100644 --- a/docs/interfaces/_types_.iroute.html +++ b/docs/interfaces/_types_.iroute.html @@ -122,7 +122,7 @@

    all

    all: IRouterHandler<this>
    @@ -132,7 +132,7 @@

    checkout

    checkout: IRouterHandler<this>
    @@ -142,7 +142,7 @@

    copy

    copy: IRouterHandler<this>
    @@ -152,7 +152,7 @@

    delete

    delete: IRouterHandler<this>
    @@ -162,7 +162,7 @@

    dispatch

    dispatch: RequestHandler
    @@ -172,7 +172,7 @@

    get

    get: IRouterHandler<this>
    @@ -182,7 +182,7 @@

    head

    head: IRouterHandler<this>
    @@ -192,7 +192,7 @@

    lock

    lock: IRouterHandler<this>
    @@ -202,7 +202,7 @@

    m-search

    m-search: IRouterHandler<this>
    @@ -212,7 +212,7 @@

    merge

    merge: IRouterHandler<this>
    @@ -222,7 +222,7 @@

    mkactivity

    mkactivity: IRouterHandler<this>
    @@ -232,7 +232,7 @@

    mkcol

    mkcol: IRouterHandler<this>
    @@ -242,7 +242,7 @@

    move

    move: IRouterHandler<this>
    @@ -252,7 +252,7 @@

    notify

    notify: IRouterHandler<this>
    @@ -262,7 +262,7 @@

    options

    options: IRouterHandler<this>
    @@ -272,7 +272,7 @@

    patch

    patch: IRouterHandler<this>
    @@ -282,7 +282,7 @@

    path

    path: string
    @@ -292,7 +292,7 @@

    post

    post: IRouterHandler<this>
    @@ -302,7 +302,7 @@

    purge

    purge: IRouterHandler<this>
    @@ -312,7 +312,7 @@

    put

    put: IRouterHandler<this>
    @@ -322,7 +322,7 @@

    report

    report: IRouterHandler<this>
    @@ -332,7 +332,7 @@

    search

    search: IRouterHandler<this>
    @@ -342,7 +342,7 @@

    stack

    stack: any
    @@ -352,7 +352,7 @@

    subscribe

    subscribe: IRouterHandler<this>
    @@ -362,7 +362,7 @@

    trace

    trace: IRouterHandler<this>
    @@ -372,7 +372,7 @@

    unlock

    unlock: IRouterHandler<this>
    @@ -382,7 +382,7 @@

    unsubscribe

    unsubscribe: IRouterHandler<this>
    diff --git a/docs/interfaces/_types_.irouter.html b/docs/interfaces/_types_.irouter.html index 4ff4f80d..299352c5 100644 --- a/docs/interfaces/_types_.irouter.html +++ b/docs/interfaces/_types_.irouter.html @@ -149,7 +149,7 @@

    _params

    _params: any[]
    @@ -159,7 +159,7 @@

    all

    all: IRouterMatcher<this, "all">
    @@ -175,7 +175,7 @@

    caseSensitive

    caseSensitive: boolean
    @@ -185,7 +185,7 @@

    checkout

    checkout: IRouterMatcher<this>
    @@ -195,7 +195,7 @@

    connect

    connect: IRouterMatcher<this>
    @@ -205,7 +205,7 @@

    copy

    copy: IRouterMatcher<this>
    @@ -215,7 +215,7 @@

    delete

    delete: IRouterMatcher<this, "delete">
    @@ -225,7 +225,7 @@

    get

    get: IRouterMatcher<this, "get">
    @@ -235,7 +235,7 @@

    head

    head: IRouterMatcher<this, "head">
    @@ -245,7 +245,7 @@

    lock

    lock: IRouterMatcher<this>
    @@ -255,7 +255,7 @@

    m-search

    m-search: IRouterMatcher<this>
    @@ -265,7 +265,7 @@

    merge

    merge: IRouterMatcher<this>
    @@ -275,7 +275,7 @@

    mergeParams

    mergeParams: boolean
    @@ -285,7 +285,7 @@

    mkactivity

    mkactivity: IRouterMatcher<this>
    @@ -295,7 +295,7 @@

    mkcol

    mkcol: IRouterMatcher<this>
    @@ -305,7 +305,7 @@

    move

    move: IRouterMatcher<this>
    @@ -315,7 +315,7 @@

    notify

    notify: IRouterMatcher<this>
    @@ -325,7 +325,7 @@

    options

    options: IRouterMatcher<this, "options">
    @@ -335,7 +335,7 @@

    params

    params: any
    @@ -345,7 +345,7 @@

    patch

    patch: IRouterMatcher<this, "patch">
    @@ -355,7 +355,7 @@

    post

    post: IRouterMatcher<this, "post">
    @@ -365,7 +365,7 @@

    propfind

    propfind: IRouterMatcher<this>
    @@ -375,7 +375,7 @@

    proppatch

    proppatch: IRouterMatcher<this>
    @@ -385,7 +385,7 @@

    purge

    purge: IRouterMatcher<this>
    @@ -395,7 +395,7 @@

    put

    put: IRouterMatcher<this, "put">
    @@ -405,7 +405,7 @@

    report

    report: IRouterMatcher<this>
    @@ -415,7 +415,7 @@

    search

    search: IRouterMatcher<this>
    @@ -425,7 +425,7 @@

    stack

    stack: any[]
    @@ -440,7 +440,7 @@

    strict

    strict: boolean
    @@ -450,7 +450,7 @@

    subscribe

    subscribe: IRouterMatcher<this>
    @@ -460,7 +460,7 @@

    trace

    trace: IRouterMatcher<this>
    @@ -470,7 +470,7 @@

    unlock

    unlock: IRouterMatcher<this>
    @@ -480,7 +480,7 @@

    unsubscribe

    unsubscribe: IRouterMatcher<this>
    @@ -490,7 +490,7 @@

    use

    use: IRouterHandler<this> & IRouterMatcher<this>
    @@ -507,7 +507,7 @@

    Private handle

  • @@ -543,7 +543,7 @@

    param

  • Parameters

    @@ -569,7 +569,7 @@

    Private process_params

    @@ -606,7 +606,7 @@

    route

  • Parameters

    diff --git a/docs/interfaces/_types_.irouterhandler.html b/docs/interfaces/_types_.irouterhandler.html index 3447a0cc..8633fed0 100644 --- a/docs/interfaces/_types_.irouterhandler.html +++ b/docs/interfaces/_types_.irouterhandler.html @@ -93,7 +93,7 @@

    Callable

  • Parameters

    @@ -107,7 +107,7 @@

    Returns T<
  • Parameters

    diff --git a/docs/interfaces/_types_.iroutermatcher.html b/docs/interfaces/_types_.iroutermatcher.html index dcc40cad..8c53ac3d 100644 --- a/docs/interfaces/_types_.iroutermatcher.html +++ b/docs/interfaces/_types_.iroutermatcher.html @@ -97,7 +97,7 @@

    Callable

  • Type parameters

    @@ -129,7 +129,7 @@

    Returns T<
  • Type parameters

    @@ -161,7 +161,7 @@

    Returns T<
  • Parameters

    diff --git a/docs/interfaces/_types_.mediatype.html b/docs/interfaces/_types_.mediatype.html index b25cc923..0b67580f 100644 --- a/docs/interfaces/_types_.mediatype.html +++ b/docs/interfaces/_types_.mediatype.html @@ -99,7 +99,7 @@

    quality

    quality: number
    @@ -109,7 +109,7 @@

    subtype

    subtype: string
    @@ -119,7 +119,7 @@

    type

    type: string
    @@ -129,7 +129,7 @@

    value

    value: string
    diff --git a/docs/interfaces/_types_.nextfunction.html b/docs/interfaces/_types_.nextfunction.html index bf3b01d5..e5f3f240 100644 --- a/docs/interfaces/_types_.nextfunction.html +++ b/docs/interfaces/_types_.nextfunction.html @@ -85,7 +85,7 @@

    Callable

  • Parameters

    @@ -99,7 +99,7 @@

    Returns void
    diff --git a/docs/interfaces/_types_.opine.html b/docs/interfaces/_types_.opine.html index ff6f2fd1..c4bb6bbf 100644 --- a/docs/interfaces/_types_.opine.html +++ b/docs/interfaces/_types_.opine.html @@ -89,7 +89,7 @@

    Callable

  • @@ -200,7 +200,7 @@

    _params

    @@ -211,7 +211,7 @@

    _router

    @@ -227,7 +227,7 @@

    all

    @@ -244,7 +244,7 @@

    cache

    @@ -255,7 +255,7 @@

    caseSensitive

    @@ -266,7 +266,7 @@

    checkout

    @@ -277,7 +277,7 @@

    connect

    @@ -288,7 +288,7 @@

    copy

    @@ -299,7 +299,7 @@

    delete

    @@ -310,7 +310,7 @@

    engines

    @@ -322,7 +322,7 @@

    get

    Inherited from Application.get

    Overrides IRouter.get

    @@ -333,7 +333,7 @@

    head

    @@ -344,7 +344,7 @@

    locals

    @@ -355,7 +355,7 @@

    lock

    @@ -366,7 +366,7 @@

    m-search

    @@ -377,7 +377,7 @@

    merge

    @@ -388,7 +388,7 @@

    mergeParams

    @@ -399,7 +399,7 @@

    mkactivity

    @@ -410,7 +410,7 @@

    mkcol

    @@ -421,7 +421,7 @@

    mountpath

    @@ -437,7 +437,7 @@

    move

    @@ -448,7 +448,7 @@

    notify

    @@ -459,7 +459,7 @@

    options

    @@ -470,7 +470,7 @@

    params

    @@ -481,7 +481,7 @@

    parent

    @@ -492,7 +492,7 @@

    patch

    @@ -503,7 +503,7 @@

    post

    @@ -514,7 +514,7 @@

    propfind

    @@ -525,7 +525,7 @@

    proppatch

    @@ -536,7 +536,7 @@

    purge

    @@ -547,7 +547,7 @@

    put

    @@ -558,7 +558,7 @@

    report

    @@ -568,7 +568,7 @@

    request

    request: Request
    @@ -578,7 +578,7 @@

    response

    response: Response
    @@ -589,7 +589,7 @@

    router

    @@ -600,7 +600,7 @@

    routes

    @@ -621,7 +621,7 @@

    search

    @@ -632,7 +632,7 @@

    settings

    @@ -643,7 +643,7 @@

    stack

    @@ -659,7 +659,7 @@

    strict

    @@ -670,7 +670,7 @@

    subscribe

    @@ -681,7 +681,7 @@

    trace

    @@ -692,7 +692,7 @@

    unlock

    @@ -703,7 +703,7 @@

    unsubscribe

    @@ -715,7 +715,7 @@

    use

    Inherited from Application.use

    Overrides IRouter.use

    @@ -733,7 +733,7 @@

    defaultConfiguration

    @@ -756,7 +756,7 @@

    disable

    @@ -785,7 +785,7 @@

    disabled

    @@ -819,7 +819,7 @@

    emit

    @@ -854,7 +854,7 @@

    enable

    @@ -883,7 +883,7 @@

    enabled

    @@ -917,7 +917,7 @@

    engine

    @@ -995,7 +995,7 @@

    Private handle

    @@ -1032,7 +1032,7 @@

    init

    @@ -1060,7 +1060,7 @@

    lazyrouter

    @@ -1089,7 +1089,7 @@

    listen

    @@ -1104,7 +1104,7 @@

    Returns Server

    Inherited from Application.listen

    Parameters

    @@ -1122,7 +1122,7 @@

    Returns Server

    Inherited from Application.listen

    Parameters

    @@ -1140,7 +1140,7 @@

    Returns Server

    Inherited from Application.listen

    Parameters

    @@ -1158,7 +1158,7 @@

    Returns Server

    Inherited from Application.listen

    Parameters

    @@ -1185,7 +1185,7 @@

    on

    @@ -1243,7 +1243,7 @@

    param

    Inherited from Application.param

    Overrides IRouter.param

    Parameters

    @@ -1270,7 +1270,7 @@

    path

    @@ -1299,7 +1299,7 @@

    Private process_params

    Inherited from IRouter.process_params

    @@ -1338,7 +1338,7 @@

    render

    @@ -1391,7 +1391,7 @@

    Returns void

    Inherited from Application.render

    Parameters

    @@ -1439,7 +1439,7 @@

    route

    Parameters

    @@ -1463,7 +1463,7 @@

    set

    diff --git a/docs/interfaces/_types_.rangeparseroptions.html b/docs/interfaces/_types_.rangeparseroptions.html index 48cbcbf2..a2a1248a 100644 --- a/docs/interfaces/_types_.rangeparseroptions.html +++ b/docs/interfaces/_types_.rangeparseroptions.html @@ -96,7 +96,7 @@

    Optional combine

    combine: boolean
    diff --git a/docs/interfaces/_types_.rangeparserrange.html b/docs/interfaces/_types_.rangeparserrange.html index cf6589f5..e91e0b6c 100644 --- a/docs/interfaces/_types_.rangeparserrange.html +++ b/docs/interfaces/_types_.rangeparserrange.html @@ -97,7 +97,7 @@

    end

    end: number
    @@ -107,7 +107,7 @@

    start

    start: number
    diff --git a/docs/interfaces/_types_.rangeparserranges.html b/docs/interfaces/_types_.rangeparserranges.html index 5d8cc38c..112a31b1 100644 --- a/docs/interfaces/_types_.rangeparserranges.html +++ b/docs/interfaces/_types_.rangeparserranges.html @@ -159,7 +159,7 @@

    type

    type: string
    diff --git a/docs/interfaces/_types_.request.html b/docs/interfaces/_types_.request.html index 1a3395d9..d221ef04 100644 --- a/docs/interfaces/_types_.request.html +++ b/docs/interfaces/_types_.request.html @@ -184,7 +184,7 @@

    Optional _parsedBody

    _parsedBody: boolean
    @@ -201,7 +201,7 @@

    Optional _parsedOriginal<
    _parsedOriginalUrl: ParsedURL
    @@ -217,7 +217,7 @@

    Optional _parsedUrl

    _parsedUrl: ParsedURL
    @@ -233,7 +233,7 @@

    app

    @@ -243,7 +243,7 @@

    baseUrl

    baseUrl: string
    @@ -253,7 +253,7 @@

    body

    body: any
    @@ -273,7 +273,7 @@

    conn

    conn: Deno.Conn
    @@ -283,7 +283,7 @@

    fresh

    fresh: boolean
    @@ -300,7 +300,7 @@

    get

    get: (name: string) => string | undefined
    @@ -348,7 +348,7 @@

    headers

    headers: Headers
    @@ -358,7 +358,7 @@

    hostname

    hostname: string
    @@ -373,7 +373,7 @@

    ip

    ip: string
    @@ -390,7 +390,7 @@

    ips

    ips: string[]
    @@ -409,7 +409,7 @@

    method

    method: string
    @@ -419,7 +419,7 @@

    Optional next

    @@ -429,7 +429,7 @@

    originalUrl

    originalUrl: string
    @@ -439,7 +439,7 @@

    param

    param: (name: string, defaultValue?: string) => string | undefined
    @@ -473,7 +473,7 @@

    params

    params: P
    @@ -483,7 +483,7 @@

    Optional parsedBody

    parsedBody: any
    @@ -500,7 +500,7 @@

    path

    path: string
    @@ -515,7 +515,7 @@

    proto

    proto: string
    @@ -525,7 +525,7 @@

    protoMajor

    protoMajor: number
    @@ -535,7 +535,7 @@

    protoMinor

    protoMinor: number
    @@ -545,7 +545,7 @@

    protocol

    protocol: string
    @@ -565,7 +565,7 @@

    query

    query: ReqQuery
    @@ -575,7 +575,7 @@

    raw

    raw: Deno.Reader
    @@ -590,7 +590,7 @@

    Optional res

    res: Response<ResBody>
    @@ -606,7 +606,7 @@

    route

    route: any
    @@ -616,7 +616,7 @@

    secure

    secure: boolean
    @@ -632,7 +632,7 @@

    stale

    stale: boolean
    @@ -649,7 +649,7 @@

    subdomains

    subdomains: string[]
    @@ -670,7 +670,7 @@

    url

    url: string
    @@ -680,7 +680,7 @@

    xhr

    xhr: boolean
    @@ -705,7 +705,7 @@

    accepts

  • @@ -750,7 +750,7 @@

    Returns string

    Parameters

    @@ -764,7 +764,7 @@

    Returns string

    Parameters

    @@ -778,7 +778,7 @@

    Returns string

    Parameters

    @@ -804,7 +804,7 @@

    acceptsCharsets

  • @@ -820,7 +820,7 @@

    Returns string

    Parameters

    @@ -834,7 +834,7 @@

    Returns string

    Parameters

    @@ -848,7 +848,7 @@

    Returns string

    Parameters

    @@ -874,7 +874,7 @@

    acceptsEncodings

  • @@ -890,7 +890,7 @@

    Returns string

    Parameters

    @@ -904,7 +904,7 @@

    Returns string

    Parameters

    @@ -918,7 +918,7 @@

    Returns string

    Parameters

    @@ -944,7 +944,7 @@

    acceptsLanguages

  • @@ -960,7 +960,7 @@

    Returns string

    Parameters

    @@ -974,7 +974,7 @@

    Returns string

    Parameters

    @@ -988,7 +988,7 @@

    Returns string

    Parameters

    @@ -1011,7 +1011,7 @@

    is

  • @@ -1056,7 +1056,7 @@

    range

  • diff --git a/docs/interfaces/_types_.requesthandler.html b/docs/interfaces/_types_.requesthandler.html index d974e977..2a878032 100644 --- a/docs/interfaces/_types_.requesthandler.html +++ b/docs/interfaces/_types_.requesthandler.html @@ -106,7 +106,7 @@

    Callable

  • Parameters

    diff --git a/docs/interfaces/_types_.response.html b/docs/interfaces/_types_.response.html index 23bfd8ce..77f1bdad 100644 --- a/docs/interfaces/_types_.response.html +++ b/docs/interfaces/_types_.response.html @@ -147,7 +147,7 @@

    app

    @@ -157,7 +157,7 @@

    json

    json: Send<ResBody, this>
    @@ -178,7 +178,7 @@

    jsonp

    jsonp: Send<ResBody, this>
    @@ -199,7 +199,7 @@

    locals

    locals: any
    @@ -209,7 +209,7 @@

    Optional req

    req: Request
    @@ -219,7 +219,7 @@

    send

    send: Send<ResBody, this>
    @@ -240,7 +240,7 @@

    Optional statusMessagestatusMessage: any

    @@ -250,7 +250,7 @@

    written

    written: Boolean
    @@ -272,7 +272,7 @@

    addResource

  • @@ -301,7 +301,7 @@

    append

  • @@ -339,7 +339,7 @@

    attachment

  • @@ -368,7 +368,7 @@

    clearCookie

  • @@ -390,7 +390,7 @@

    Returns this
    @@ -419,7 +419,7 @@

    cookie

  • @@ -441,7 +441,7 @@

    Returns this

    Parameters

    @@ -472,7 +472,7 @@

    download

  • @@ -497,7 +497,7 @@

    Returns Promise

    Parameters

    @@ -514,7 +514,7 @@

    Returns Promise

    Parameters

    @@ -544,7 +544,7 @@

    end

  • @@ -566,7 +566,7 @@

    Returns Promise

    Parameters

    @@ -589,7 +589,7 @@

    etag

  • @@ -617,7 +617,7 @@

    format

  • @@ -688,7 +688,7 @@

    get

  • @@ -716,7 +716,7 @@

    links

  • @@ -749,7 +749,7 @@

    location

  • @@ -795,7 +795,7 @@

    redirect

  • @@ -821,7 +821,7 @@

    Returns void

    Parameters

    @@ -847,7 +847,7 @@

    removeHeader

  • @@ -880,7 +880,7 @@

    render

  • @@ -933,7 +933,7 @@

    Returns void

    Parameters

    @@ -980,7 +980,7 @@

    sendFile

  • @@ -1030,7 +1030,7 @@

    sendStatus

  • @@ -1064,7 +1064,7 @@

    set

  • @@ -1094,7 +1094,7 @@

    Returns this

    Parameters

    @@ -1118,7 +1118,7 @@

    setHeader

  • @@ -1150,7 +1150,7 @@

    Returns this

    Parameters

    @@ -1173,7 +1173,7 @@

    setStatus

  • @@ -1201,7 +1201,7 @@

    type

  • @@ -1236,7 +1236,7 @@

    unset

  • @@ -1266,7 +1266,7 @@

    vary

  • diff --git a/docs/interfaces/_types_.router.html b/docs/interfaces/_types_.router.html index 7c38fcee..a1cb07b6 100644 --- a/docs/interfaces/_types_.router.html +++ b/docs/interfaces/_types_.router.html @@ -106,7 +106,7 @@

    Callable

  • Parameters

    @@ -189,7 +189,7 @@

    _params

    @@ -200,7 +200,7 @@

    all

    @@ -217,7 +217,7 @@

    caseSensitive

    @@ -228,7 +228,7 @@

    checkout

    @@ -239,7 +239,7 @@

    connect

    @@ -250,7 +250,7 @@

    copy

    @@ -261,7 +261,7 @@

    delete

    @@ -272,7 +272,7 @@

    get

    @@ -283,7 +283,7 @@

    head

    @@ -294,7 +294,7 @@

    lock

    @@ -305,7 +305,7 @@

    m-search

    @@ -316,7 +316,7 @@

    merge

    @@ -327,7 +327,7 @@

    mergeParams

    @@ -338,7 +338,7 @@

    mkactivity

    @@ -349,7 +349,7 @@

    mkcol

    @@ -360,7 +360,7 @@

    move

    @@ -371,7 +371,7 @@

    notify

    @@ -382,7 +382,7 @@

    options

    @@ -393,7 +393,7 @@

    params

    @@ -404,7 +404,7 @@

    patch

    @@ -415,7 +415,7 @@

    post

    @@ -426,7 +426,7 @@

    propfind

    @@ -437,7 +437,7 @@

    proppatch

    @@ -448,7 +448,7 @@

    purge

    @@ -459,7 +459,7 @@

    put

    @@ -470,7 +470,7 @@

    report

    @@ -481,7 +481,7 @@

    search

    @@ -492,7 +492,7 @@

    stack

    @@ -508,7 +508,7 @@

    strict

    @@ -519,7 +519,7 @@

    subscribe

    @@ -530,7 +530,7 @@

    trace

    @@ -541,7 +541,7 @@

    unlock

    @@ -552,7 +552,7 @@

    unsubscribe

    @@ -563,7 +563,7 @@

    use

    @@ -581,7 +581,7 @@

    Private handle

    @@ -618,7 +618,7 @@

    param

    Parameters

    @@ -645,7 +645,7 @@

    Private process_params

    Inherited from IRouter.process_params

    @@ -683,7 +683,7 @@

    route

    Parameters

    diff --git a/docs/interfaces/_types_.routerconstructor.html b/docs/interfaces/_types_.routerconstructor.html index 23dae0d7..8a9faf62 100644 --- a/docs/interfaces/_types_.routerconstructor.html +++ b/docs/interfaces/_types_.routerconstructor.html @@ -89,7 +89,7 @@

    Callable

  • Parameters

    @@ -175,7 +175,7 @@

    constructor

  • Parameters

    @@ -198,7 +198,7 @@

    _params

    @@ -209,7 +209,7 @@

    all

    @@ -226,7 +226,7 @@

    caseSensitive

    @@ -237,7 +237,7 @@

    checkout

    @@ -248,7 +248,7 @@

    connect

    @@ -259,7 +259,7 @@

    copy

    @@ -270,7 +270,7 @@

    delete

    @@ -281,7 +281,7 @@

    get

    @@ -292,7 +292,7 @@

    head

    @@ -303,7 +303,7 @@

    lock

    @@ -314,7 +314,7 @@

    m-search

    @@ -325,7 +325,7 @@

    merge

    @@ -336,7 +336,7 @@

    mergeParams

    @@ -347,7 +347,7 @@

    mkactivity

    @@ -358,7 +358,7 @@

    mkcol

    @@ -369,7 +369,7 @@

    move

    @@ -380,7 +380,7 @@

    notify

    @@ -391,7 +391,7 @@

    options

    @@ -402,7 +402,7 @@

    params

    @@ -413,7 +413,7 @@

    patch

    @@ -424,7 +424,7 @@

    post

    @@ -435,7 +435,7 @@

    propfind

    @@ -446,7 +446,7 @@

    proppatch

    @@ -457,7 +457,7 @@

    purge

    @@ -468,7 +468,7 @@

    put

    @@ -479,7 +479,7 @@

    report

    @@ -490,7 +490,7 @@

    search

    @@ -501,7 +501,7 @@

    stack

    @@ -517,7 +517,7 @@

    strict

    @@ -528,7 +528,7 @@

    subscribe

    @@ -539,7 +539,7 @@

    trace

    @@ -550,7 +550,7 @@

    unlock

    @@ -561,7 +561,7 @@

    unsubscribe

    @@ -572,7 +572,7 @@

    use

    @@ -590,7 +590,7 @@

    Private handle

    @@ -627,7 +627,7 @@

    param

    Parameters

    @@ -654,7 +654,7 @@

    Private process_params

    Inherited from IRouter.process_params

    @@ -692,7 +692,7 @@

    route

    Parameters

    diff --git a/docs/interfaces/_types_.routeroptions.html b/docs/interfaces/_types_.routeroptions.html index cca03c98..169bb5fd 100644 --- a/docs/interfaces/_types_.routeroptions.html +++ b/docs/interfaces/_types_.routeroptions.html @@ -98,7 +98,7 @@

    Optional caseSensitivecaseSensitive: boolean

    @@ -108,7 +108,7 @@

    Optional mergeParams

    mergeParams: boolean
    @@ -118,7 +118,7 @@

    Optional strict

    strict: boolean
    diff --git a/docs/modules/_application_.html b/docs/modules/_application_.html index 13532ce1..3383d133 100644 --- a/docs/modules/_application_.html +++ b/docs/modules/_application_.html @@ -96,7 +96,7 @@

    Const app

    app: Application = {} as Application
    @@ -111,7 +111,7 @@

    Const create

    create: create = Object.create
    @@ -121,7 +121,7 @@

    Const setPrototypeOfsetPrototypeOf: any = Object.setPrototypeOf

    @@ -131,7 +131,7 @@

    Const slice

    slice: slice = Array.prototype.slice
    @@ -141,7 +141,7 @@

    Private trustProxyDefaultSymbol: "@@symbol:trust_proxy_default" = "@@symbol:trust_proxy_default"

    @@ -163,7 +163,7 @@

    Const isPath

  • Parameters

    @@ -186,7 +186,7 @@

    Private tryRender

  • diff --git a/docs/modules/_methods_.html b/docs/modules/_methods_.html index c8b66c12..846b406a 100644 --- a/docs/modules/_methods_.html +++ b/docs/modules/_methods_.html @@ -85,7 +85,7 @@

    Const methods

    methods: string[] = ["get","post","put","head","delete","options",// "trace", // As of Deno 1.9.0 - TypeError: Method is forbidden."copy","lock","mkcol","move","purge","propfind","proppatch","unlock","report","mkactivity","checkout","merge","m-search","notify","subscribe","unsubscribe","patch","search","connect",]
    diff --git a/docs/modules/_middleware_bodyparser_getcharset_.html b/docs/modules/_middleware_bodyparser_getcharset_.html index 9b411c7e..1eb03e4e 100644 --- a/docs/modules/_middleware_bodyparser_getcharset_.html +++ b/docs/modules/_middleware_bodyparser_getcharset_.html @@ -89,7 +89,7 @@

    Private getCharset

  • diff --git a/docs/modules/_middleware_bodyparser_json_.html b/docs/modules/_middleware_bodyparser_json_.html index c21227d0..f7936c87 100644 --- a/docs/modules/_middleware_bodyparser_json_.html +++ b/docs/modules/_middleware_bodyparser_json_.html @@ -94,7 +94,7 @@

    Const FIRST_CHAR_REGEXP
    FIRST_CHAR_REGEXP: RegExp = /^[\x20\x09\x0a\x0d]*(.)/
    @@ -122,7 +122,7 @@

    Private createStrictS
  • @@ -153,7 +153,7 @@

    Private firstChar

  • @@ -181,7 +181,7 @@

    json

  • @@ -209,7 +209,7 @@

    normalizeJsonSyntaxError

  • diff --git a/docs/modules/_middleware_bodyparser_raw_.html b/docs/modules/_middleware_bodyparser_raw_.html index 480bc6f3..89d170a6 100644 --- a/docs/modules/_middleware_bodyparser_raw_.html +++ b/docs/modules/_middleware_bodyparser_raw_.html @@ -89,7 +89,7 @@

    raw

  • diff --git a/docs/modules/_middleware_bodyparser_read_.html b/docs/modules/_middleware_bodyparser_read_.html index 3ef0888b..8b68ddf6 100644 --- a/docs/modules/_middleware_bodyparser_read_.html +++ b/docs/modules/_middleware_bodyparser_read_.html @@ -90,7 +90,7 @@

    Private decodeContent

  • @@ -121,7 +121,7 @@

    Private read

  • diff --git a/docs/modules/_middleware_bodyparser_text_.html b/docs/modules/_middleware_bodyparser_text_.html index 35e49952..2fb2f0d6 100644 --- a/docs/modules/_middleware_bodyparser_text_.html +++ b/docs/modules/_middleware_bodyparser_text_.html @@ -89,7 +89,7 @@

    text

  • diff --git a/docs/modules/_middleware_bodyparser_typechecker_.html b/docs/modules/_middleware_bodyparser_typechecker_.html index 498ee0ba..c5b60f25 100644 --- a/docs/modules/_middleware_bodyparser_typechecker_.html +++ b/docs/modules/_middleware_bodyparser_typechecker_.html @@ -89,7 +89,7 @@

    typeChecker

  • diff --git a/docs/modules/_middleware_bodyparser_urlencoded_.html b/docs/modules/_middleware_bodyparser_urlencoded_.html index 73da9ced..1449265f 100644 --- a/docs/modules/_middleware_bodyparser_urlencoded_.html +++ b/docs/modules/_middleware_bodyparser_urlencoded_.html @@ -93,7 +93,7 @@

    Private decode

  • @@ -209,7 +209,7 @@

    urlencoded

  • diff --git a/docs/modules/_middleware_init_.html b/docs/modules/_middleware_init_.html index 00bf75cb..0054da35 100644 --- a/docs/modules/_middleware_init_.html +++ b/docs/modules/_middleware_init_.html @@ -92,7 +92,7 @@

    Const create

    create: create = Object.create
    @@ -102,7 +102,7 @@

    Const setPrototypeOfsetPrototypeOf: any = Object.setPrototypeOf

    @@ -119,7 +119,7 @@

    Private
    diff --git a/docs/modules/_middleware_query_.html b/docs/modules/_middleware_query_.html index f09e7902..35a70806 100644 --- a/docs/modules/_middleware_query_.html +++ b/docs/modules/_middleware_query_.html @@ -89,7 +89,7 @@

    Const query

  • diff --git a/docs/modules/_middleware_servestatic_.html b/docs/modules/_middleware_servestatic_.html index 761dc0cc..5d56dd58 100644 --- a/docs/modules/_middleware_servestatic_.html +++ b/docs/modules/_middleware_servestatic_.html @@ -93,7 +93,7 @@

    Private collapseLeading
    @@ -121,7 +121,7 @@

    Private createHtmlDoc
  • @@ -152,7 +152,7 @@

    Private createNotFoun
  • @@ -186,7 +186,7 @@

    Private createRedirect
    @@ -220,7 +220,7 @@

    serveStatic

  • diff --git a/docs/modules/_opine_.html b/docs/modules/_opine_.html index 43dec200..900ecfcf 100644 --- a/docs/modules/_opine_.html +++ b/docs/modules/_opine_.html @@ -91,7 +91,7 @@

    Const response

    response: Response = Object.create(ServerResponse.prototype)
    @@ -113,7 +113,7 @@

    opine

  • diff --git a/docs/modules/_request_.html b/docs/modules/_request_.html index 3b1052b7..031584ad 100644 --- a/docs/modules/_request_.html +++ b/docs/modules/_request_.html @@ -85,7 +85,7 @@

    Const request

    request: Request = Object.create(ServerRequest.prototype)
    diff --git a/docs/modules/_router_index_.html b/docs/modules/_router_index_.html index b02abb00..d76c156d 100644 --- a/docs/modules/_router_index_.html +++ b/docs/modules/_router_index_.html @@ -100,7 +100,7 @@

    Const Router

    Router: RouterConstructor = function (options: any = {}): any {function router(req: Request,res: Response,next: NextFunction,): void {(router as any).handle(req, res, next);}setPrototypeOf(router, Router);router.params = {};router._params = [] as any[];router.caseSensitive = options.caseSensitive;router.mergeParams = options.mergeParams;router.strict = options.strict;router.stack = [] as any[];return router as IRouter;} as any
    @@ -122,7 +122,7 @@

    Const objectRegExp

    objectRegExp: RegExp = /^\[object (\S+)\]$/
    @@ -132,7 +132,7 @@

    Const setPrototypeOfsetPrototypeOf: any = Object.setPrototypeOf

    @@ -149,7 +149,7 @@

    appendMethods

  • Parameters

    @@ -175,7 +175,7 @@

    getProtohost

  • Parameters

    @@ -198,7 +198,7 @@

    gettype

  • Parameters

    @@ -221,7 +221,7 @@

    Private matchLayer

  • @@ -252,7 +252,7 @@

    mergeParams

  • Parameters

    @@ -278,7 +278,7 @@

    restore

  • Parameters

    @@ -304,7 +304,7 @@

    sendOptionsResponse

  • Parameters

    @@ -333,7 +333,7 @@

    wrap

  • Parameters

    diff --git a/docs/modules/_router_layer_.html b/docs/modules/_router_layer_.html index c23d1498..8c8994cc 100644 --- a/docs/modules/_router_layer_.html +++ b/docs/modules/_router_layer_.html @@ -90,7 +90,7 @@

    Const Layer

  • Parameters

    @@ -122,7 +122,7 @@

    Private decode_param

  • diff --git a/docs/modules/_router_route_.html b/docs/modules/_router_route_.html index 081bbd53..ff39faa7 100644 --- a/docs/modules/_router_route_.html +++ b/docs/modules/_router_route_.html @@ -89,7 +89,7 @@

    Const Route

  • diff --git a/docs/modules/_types_.html b/docs/modules/_types_.html index d0af5560..7301ac41 100644 --- a/docs/modules/_types_.html +++ b/docs/modules/_types_.html @@ -135,7 +135,7 @@

    ApplicationRequestHandler

    ApplicationRequestHandler<T>: IRouterHandler<T> & IRouterMatcher<T> & (...handlers: RequestHandlerParams[]) => T

    Type parameters

    @@ -151,7 +151,7 @@

    CookieOptions

    CookieOptions: Omit<Cookie, "name" | "value">
    @@ -161,7 +161,7 @@

    CookieWithOptionalValue

    CookieWithOptionalValue: Omit<Cookie, "value"> & { value?: Cookie["value"] }
    @@ -171,7 +171,7 @@

    DenoResponseBody

    DenoResponseBody: string | Uint8Array | Deno.Reader
    @@ -181,7 +181,7 @@

    Errback

    Errback: (err: Error) => void
    @@ -212,7 +212,7 @@

    ErrorRequestHandler

    ErrorRequestHandler<P, ResBody, ReqQuery>: (err: any, req: Request<P, ResBody, ReqQuery>, res: Response<ResBody>, next: NextFunction) => any

    Type parameters

    @@ -264,7 +264,7 @@

    Params

    @@ -274,7 +274,7 @@

    ParamsArray

    ParamsArray: string[]
    @@ -284,7 +284,7 @@

    ParsedURL

    ParsedURL: URL & { _raw?: string | null; path?: string | null; query?: string | null }
    @@ -294,7 +294,7 @@

    PathParams

    PathParams: string | RegExp | Array<string | RegExp>
    @@ -304,7 +304,7 @@

    RangeParserResult

    @@ -314,7 +314,7 @@

    RangeParserResultInvalid

    RangeParserResultInvalid: -2
    @@ -324,7 +324,7 @@

    RangeParserResultUnsatisfiable

    RangeParserResultUnsatisfiable: -1
    @@ -334,7 +334,7 @@

    RequestHandlerParams

    RequestHandlerParams<P, ResBody, ReqQuery>: RequestHandler<P, ResBody, ReqQuery> | ErrorRequestHandler<P, ResBody, ReqQuery> | Array<RequestHandler<P> | ErrorRequestHandler<P>>

    Type parameters

    @@ -356,7 +356,7 @@

    RequestParamHandler

    RequestParamHandler: (req: Request, res: Response, next: NextFunction, value: any, name: string) => any
    @@ -399,7 +399,7 @@

    ResponseBody

    ResponseBody: null | undefined | number | boolean | object | DenoResponseBody
    @@ -409,7 +409,7 @@

    Send

    Send<ResBody, T>: (body?: ResBody) => T

    Type parameters

    diff --git a/docs/modules/_utils_compileetag_.html b/docs/modules/_utils_compileetag_.html index 4239e799..73750045 100644 --- a/docs/modules/_utils_compileetag_.html +++ b/docs/modules/_utils_compileetag_.html @@ -93,7 +93,7 @@

    Private etag: Function = createETagGenerator({ weak: false })

    @@ -116,7 +116,7 @@

    Private wetag: Function = createETagGenerator({ weak: true })

    @@ -146,7 +146,7 @@

    Private
    @@ -174,7 +174,7 @@

    Private createETagGenerato
  • diff --git a/docs/modules/_utils_compilequeryparser_.html b/docs/modules/_utils_compilequeryparser_.html index bd79832d..7d214ec4 100644 --- a/docs/modules/_utils_compilequeryparser_.html +++ b/docs/modules/_utils_compilequeryparser_.html @@ -93,7 +93,7 @@

    QueryParserValue

    QueryParserValue: Function | Boolean | "extended" | "simple"
    @@ -110,7 +110,7 @@

    compileQueryParser

  • @@ -143,7 +143,7 @@

    newObject

  • @@ -172,7 +172,7 @@

    Private parseExtended
  • diff --git a/docs/modules/_utils_compiletrust_.html b/docs/modules/_utils_compiletrust_.html index 554ab2ae..1027dfa0 100644 --- a/docs/modules/_utils_compiletrust_.html +++ b/docs/modules/_utils_compiletrust_.html @@ -91,7 +91,7 @@

    TrustValue

    TrustValue: Function | boolean | string | number | string[]
    @@ -108,7 +108,7 @@

    Private compileTrust

  • diff --git a/docs/modules/_utils_contentdisposition_.html b/docs/modules/_utils_contentdisposition_.html index 72689943..4f9967bd 100644 --- a/docs/modules/_utils_contentdisposition_.html +++ b/docs/modules/_utils_contentdisposition_.html @@ -107,7 +107,7 @@

    Private DISPOSITION_TYPE_REGEXP: RegExp = /^([!#$%&'*+.0-9A-Z^_`a-z|~-]+)[\x09\x20]*(?:$|;)/

    @@ -130,7 +130,7 @@

    Private ENCODE_URL_ATTR_CHAR_REGEXP: RegExp = /[\x00-\x20"'()*,/:;<=>?@[\\\]{}\x7f]/g

    @@ -145,7 +145,7 @@

    Private EXT_VALUE_REGEXP: RegExp = /^([A-Za-z0-9!#$%&+\-^_`{}~]+)'(?:[A-Za-z]{2,3}(?:-[A-Za-z]{3}){0,3}|[A-Za-z]{4,8}|)'((?:%[0-9A-Fa-f]{2}|[A-Za-z0-9!#$&+.^_`|~-])+)$/

    @@ -166,7 +166,7 @@

    Private HEX_ESCAPE_REGEXP: RegExp = /%[0-9A-Fa-f]{2}/

    @@ -181,7 +181,7 @@

    Const HEX_ESCAPE_REPLAC
    HEX_ESCAPE_REPLACE_REGEXP: RegExp = /%([0-9A-Fa-f]{2})/g
    @@ -191,7 +191,7 @@

    Private NON_LATIN1_REGEXP: RegExp = /[^\x20-\x7e\xa0-\xff]/g

    @@ -206,7 +206,7 @@

    Private PARAM_REGEXP: RegExp = /;[\x09\x20]*([!#$%&'*+.0-9A-Z^_`a-z|~-]+)[\x09\x20]*=[\x09\x20]*("(?:[\x20!\x23-\x5b\x5d-\x7e\x80-\xff]|\\[\x20-\x7e])*"|[!#$%&'*+.0-9A-Z^_`a-z|~-]+)[\x09\x20]*/g

    @@ -240,7 +240,7 @@

    Private QESC_REGEXP: RegExp = /\\([\u0000-\u007f])/g

    @@ -257,7 +257,7 @@

    Private QUOTE_REGEXP: RegExp = /([\\"])/g

    @@ -272,7 +272,7 @@

    Const TEXT_REGEXP

    TEXT_REGEXP: RegExp = /^[\x20-\x7e\x80-\xff]+$/
    @@ -282,7 +282,7 @@

    Const TOKEN_REGEXP

    TOKEN_REGEXP: RegExp = /^[!#$%&'*+.0-9A-Z^_`a-z|~-]+$/
    @@ -299,7 +299,7 @@

    Const contentDisposition

    @@ -331,7 +331,7 @@

    Private createParams

  • @@ -359,7 +359,7 @@

    Private format

  • @@ -395,7 +395,7 @@

    Private getLatin1

  • @@ -423,7 +423,7 @@

    Private pencode

  • @@ -451,7 +451,7 @@

    Private qString

  • @@ -479,7 +479,7 @@

    Private uString

  • diff --git a/docs/modules/_utils_cookies_.html b/docs/modules/_utils_cookies_.html index 05ff7612..6462c6fe 100644 --- a/docs/modules/_utils_cookies_.html +++ b/docs/modules/_utils_cookies_.html @@ -90,7 +90,7 @@

    hasCookieNameProperty

  • @@ -123,7 +123,7 @@

    hasCookieRequiredProperties

  • diff --git a/docs/modules/_utils_definegetter_.html b/docs/modules/_utils_definegetter_.html index 886439f7..5cf6bef2 100644 --- a/docs/modules/_utils_definegetter_.html +++ b/docs/modules/_utils_definegetter_.html @@ -89,7 +89,7 @@

    Private defineGetter

  • diff --git a/docs/modules/_utils_etag_.html b/docs/modules/_utils_etag_.html index 9d8a1699..b3ccbd3e 100644 --- a/docs/modules/_utils_etag_.html +++ b/docs/modules/_utils_etag_.html @@ -95,7 +95,7 @@

    Const decoder

    decoder: TextDecoder = new TextDecoder()
    @@ -105,7 +105,7 @@

    Const encoder

    encoder: TextEncoder = new TextEncoder()
    @@ -122,7 +122,7 @@

    Private entitytag

  • @@ -151,7 +151,7 @@

    etag

  • @@ -182,7 +182,7 @@

    Private isstats

  • @@ -210,7 +210,7 @@

    Private stattag

  • diff --git a/docs/modules/_utils_finalhandler_.html b/docs/modules/_utils_finalhandler_.html index 9fd3623d..3b0da418 100644 --- a/docs/modules/_utils_finalhandler_.html +++ b/docs/modules/_utils_finalhandler_.html @@ -100,7 +100,7 @@

    Const DOUBLE_SPACE_REGE
    DOUBLE_SPACE_REGEXP: RegExp = /\x20{2}/g
    @@ -110,7 +110,7 @@

    Const NEWLINE_REGEXP

    NEWLINE_REGEXP: RegExp = /\n/g
    @@ -127,7 +127,7 @@

    Private createHtmlDoc
  • @@ -155,7 +155,7 @@

    finalHandler

  • @@ -186,7 +186,7 @@

    Private getErrorHeade
  • @@ -214,7 +214,7 @@

    Private getErrorMessa
  • @@ -245,7 +245,7 @@

    Private getErrorStatu
  • @@ -273,7 +273,7 @@

    Private getResourceNa
  • @@ -303,7 +303,7 @@

    Private getResponseSt
  • @@ -331,7 +331,7 @@

    Private send

  • @@ -371,7 +371,7 @@

    Private setHeaders

  • diff --git a/docs/modules/_utils_forwarded_.html b/docs/modules/_utils_forwarded_.html index 3d0b2073..7797d205 100644 --- a/docs/modules/_utils_forwarded_.html +++ b/docs/modules/_utils_forwarded_.html @@ -90,7 +90,7 @@

    forwarded

  • @@ -118,7 +118,7 @@

    Private parse

  • diff --git a/docs/modules/_utils_fresh_.html b/docs/modules/_utils_fresh_.html index 0f0ee269..711368f3 100644 --- a/docs/modules/_utils_fresh_.html +++ b/docs/modules/_utils_fresh_.html @@ -93,7 +93,7 @@

    Const CACHE_CONTROL_NO_
    CACHE_CONTROL_NO_CACHE_REGEXP: RegExp = /(?:^|,)\s*?no-cache\s*?(?:,|$)/
    @@ -110,7 +110,7 @@

    fresh

  • @@ -141,7 +141,7 @@

    Private parseHttpDate
  • @@ -169,7 +169,7 @@

    Private parseTokenLis
  • diff --git a/docs/modules/_utils_merge_.html b/docs/modules/_utils_merge_.html index 908254fa..fbf45e77 100644 --- a/docs/modules/_utils_merge_.html +++ b/docs/modules/_utils_merge_.html @@ -89,7 +89,7 @@

    merge

  • diff --git a/docs/modules/_utils_mergedescriptors_.html b/docs/modules/_utils_mergedescriptors_.html index 879a5e13..9bf90ad7 100644 --- a/docs/modules/_utils_mergedescriptors_.html +++ b/docs/modules/_utils_mergedescriptors_.html @@ -91,7 +91,7 @@

    Const hasOwnPropertyhasOwnProperty: hasOwnProperty = Object.prototype.hasOwnProperty

    @@ -108,7 +108,7 @@

    mergeDescriptors

  • diff --git a/docs/modules/_utils_normalizetype_.html b/docs/modules/_utils_normalizetype_.html index 85027687..3d4b405f 100644 --- a/docs/modules/_utils_normalizetype_.html +++ b/docs/modules/_utils_normalizetype_.html @@ -91,7 +91,7 @@

    Private acceptParams

  • @@ -131,7 +131,7 @@

    Private
    @@ -159,7 +159,7 @@

    Private
    diff --git a/docs/modules/_utils_parseurl_.html b/docs/modules/_utils_parseurl_.html index 68d94771..e8b78dcb 100644 --- a/docs/modules/_utils_parseurl_.html +++ b/docs/modules/_utils_parseurl_.html @@ -92,7 +92,7 @@

    Private fastParse

  • @@ -120,7 +120,7 @@

    Private fresh

  • @@ -151,7 +151,7 @@

    originalUrl

  • @@ -179,7 +179,7 @@

    parseUrl

  • diff --git a/docs/modules/_utils_pathtoregex_.html b/docs/modules/_utils_pathtoregex_.html index eb127e3a..6cf99125 100644 --- a/docs/modules/_utils_pathtoregex_.html +++ b/docs/modules/_utils_pathtoregex_.html @@ -71,7 +71,7 @@

    Module "utils/pathToRegex"

    Licensed as follows:

    The MIT License (MIT)

    -

    Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com)

    +

    Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com)

    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights @@ -123,7 +123,7 @@

    Path

    Path: string | RegExp | PathArray
    @@ -133,7 +133,7 @@

    PathArray

    PathArray: (string | RegExp)[]
    @@ -146,7 +146,7 @@

    Const MATCHING_GROUP_RE
    MATCHING_GROUP_REGEXP: RegExp = /\((?!\?)/g
    @@ -168,7 +168,7 @@

    Private pathToRegexp

  • diff --git a/docs/modules/_utils_proxyaddr_.html b/docs/modules/_utils_proxyaddr_.html index ecece951..a0b2c20e 100644 --- a/docs/modules/_utils_proxyaddr_.html +++ b/docs/modules/_utils_proxyaddr_.html @@ -108,7 +108,7 @@

    Const DIGIT_REGEXP

    DIGIT_REGEXP: RegExp = /^[0-9]+$/
    @@ -118,7 +118,7 @@

    Const isip

    isip: any = ipaddr.isValid
    @@ -128,7 +128,7 @@

    Const parseip

    parseip: any = ipaddr.parse
    @@ -145,7 +145,7 @@

    all

  • @@ -177,7 +177,7 @@

    Private compile

  • @@ -205,7 +205,7 @@

    Private compileRangeS
  • @@ -233,7 +233,7 @@

    Private compileTrust

  • @@ -261,7 +261,7 @@

    Private parseNetmask

  • @@ -289,7 +289,7 @@

    Private parseipNotation
    @@ -317,7 +317,7 @@

    proxyaddr

  • @@ -348,7 +348,7 @@

    Private trustMulti

  • @@ -376,7 +376,7 @@

    Private trustNone

  • @@ -398,7 +398,7 @@

    Private trustSingle

  • @@ -425,7 +425,7 @@

    Private IP_RANGES: object

    @@ -439,7 +439,7 @@

    linklocal

    linklocal: string[] = ["169.254.0.0/16", "fe80::/10"]
    @@ -449,7 +449,7 @@

    loopback

    loopback: string[] = ["127.0.0.1/8", "::1/128"]
    @@ -459,7 +459,7 @@

    uniquelocal

    uniquelocal: string[] = ["10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16", "fc00::/7"]
    diff --git a/docs/modules/_utils_requestproxy_.html b/docs/modules/_utils_requestproxy_.html index c5e74510..8c550520 100644 --- a/docs/modules/_utils_requestproxy_.html +++ b/docs/modules/_utils_requestproxy_.html @@ -93,7 +93,7 @@

    Const BODY_KEY

    BODY_KEY: "body" = "body"
    @@ -103,7 +103,7 @@

    Const PARSED_BODY_KEYPARSED_BODY_KEY: "parsedBody" = "parsedBody"

    @@ -113,7 +113,7 @@

    Const RAW_BODY_KEY

    RAW_BODY_KEY: "raw" = "raw"
    @@ -130,7 +130,7 @@

    Const requestProxy

  • Parameters

    diff --git a/docs/modules/_utils_send_.html b/docs/modules/_utils_send_.html index e47663c7..9d46586a 100644 --- a/docs/modules/_utils_send_.html +++ b/docs/modules/_utils_send_.html @@ -114,7 +114,7 @@

    Private BYTES_RANGE_REGEXP: RegExp = /^ *bytes=/

  • @@ -129,7 +129,7 @@

    Const ENAMETOOLONG_REGEXPENAMETOOLONG_REGEXP: RegExp = /\(os error 63\)$/

    @@ -139,7 +139,7 @@

    Const ENOENT_REGEXP

    ENOENT_REGEXP: RegExp = /\(os error 2\)$/
    @@ -149,7 +149,7 @@

    Private MAX_MAXAGE: number = 60 * 60 * 24 * 365 * 1000

    @@ -164,7 +164,7 @@

    Private UP_PATH_REGEXP: RegExp = /(?:^|[\\/])\.\.(?:[\\/]|$)/

    @@ -186,7 +186,7 @@

    _send

  • @@ -228,7 +228,7 @@

    Private clearHeaders

  • @@ -256,7 +256,7 @@

    Private collapseLeading
    @@ -284,7 +284,7 @@

    Private containsDotFi
  • @@ -312,7 +312,7 @@

    Private contentRange

  • @@ -346,7 +346,7 @@

    Private create404Error

    @@ -368,7 +368,7 @@

    Private decode

  • @@ -398,7 +398,7 @@

    Private hasTrailingSl
  • @@ -426,7 +426,7 @@

    Private isCachable

  • @@ -455,7 +455,7 @@

    Private isConditionalGET
    @@ -483,7 +483,7 @@

    Private isPrecondition
    @@ -514,7 +514,7 @@

    Private isRangeFresh<
  • @@ -545,7 +545,7 @@

    Private normalizeList

  • @@ -576,7 +576,7 @@

    Private offsetFileRea
  • @@ -613,7 +613,7 @@

    Private removeContent
  • @@ -641,7 +641,7 @@

    send

  • Type parameters

    @@ -679,7 +679,7 @@

    Private sendError

  • @@ -710,7 +710,7 @@

    sendExtension

  • Parameters

    @@ -742,7 +742,7 @@

    sendFile

  • Parameters

    @@ -774,7 +774,7 @@

    sendIndex

  • Parameters

    diff --git a/docs/modules/_utils_stringify_.html b/docs/modules/_utils_stringify_.html index cb48ad02..543ab0cf 100644 --- a/docs/modules/_utils_stringify_.html +++ b/docs/modules/_utils_stringify_.html @@ -89,7 +89,7 @@

    stringify

  • diff --git a/docs/modules/_view_.html b/docs/modules/_view_.html index 785db234..bf3e6ef9 100644 --- a/docs/modules/_view_.html +++ b/docs/modules/_view_.html @@ -96,7 +96,7 @@

    toPath

  • Parameters

    @@ -119,7 +119,7 @@

    Private tryStat