Contact middleware handles valid request made to the server and informs the requester if the request is invalid.
Depending on what was invalid, an exception will be thrown.
Exceptions in this middleware are:
You must register this middleware inside start/kernel.ts file under the list of named middleware.
start/kernel.ts
Generated using TypeDoc
Contact middleware handles valid request made to the server and informs the requester if the request is invalid.
Depending on what was invalid, an exception will be thrown.
Exceptions in this middleware are: