ServableContext is interface that Echo context implementation must implement to be usable in middleware/handlers and be able to be routed by Router.

Hierarchy

  • ServableContext

Indexable

[key: string]: any

Methods

Methods

  • Reset resets the context after request completes. It must be called along with Echo#AcquireContext() and Echo#ReleaseContext(). See Echo#ServeHTTP()

    Parameters

    Returns void

Generated using TypeDoc