Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "utils/compileETag"

Index

Variables

Private Const etag

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

Return strong ETag for body.

param
param
returns

Private Const wetag

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

Return weak ETag for body.

param
param
returns

Functions

Private Const compileETag

  • compileETag(value: any): any

Private createETagGenerator

  • createETagGenerator(options: any): Function

Generated using TypeDoc