Method
httpHandlerMixin
(MixinClass: Partial<Handler> | ((s: Handler) => Partial<Handler>))
Source from the content-addressed store, hash-verified
| 897 | } |
| 898 | |
| 899 | public httpHandlerMixin(MixinClass: Partial<Handler> | ((s: Handler) => Partial<Handler>)) { |
| 900 | return this._applyMixin(Handler, MixinClass); |
| 901 | } |
| 902 | |
| 903 | public wsHandlerMixin(MixinClass: Partial<ConnectionHandler> | ((s: ConnectionHandler) => Partial<ConnectionHandler>)) { |
| 904 | return this._applyMixin(ConnectionHandler, MixinClass); |
Tested by
no test coverage detected