mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
feat: add CompositeAsyncHandler to support multiple handlers
This commit is contained in:
@@ -5,4 +5,4 @@ import { Operation } from '../operations/Operation';
|
||||
/**
|
||||
* Converts an incoming HttpRequest to an Operation.
|
||||
*/
|
||||
export type RequestParser = AsyncHandler<HttpRequest, Operation>;
|
||||
export abstract class RequestParser extends AsyncHandler<HttpRequest, Operation> {}
|
||||
|
||||
Reference in New Issue
Block a user