Open
Description
How should I write a Handler wrapper for pure GET operation that has no any parameters?
All Handler wrappers seems to need to wrap onto something, of what the user is requesting:
Then passes on such user requests to the Handler in the end.
However, for a pure GET operation that has no any parameters, like /health
that I need to return CPU & Mem info, how should I write a Handler wrapper for it please?
Metadata
Metadata
Assignees
Labels
No labels