Add serverside PING-command #228
Reference in New Issue
Block a user
Delete Branch "feat/38-add-serverside-ping-command"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added the
PingRequestAdded the
PingParserto parse the PrimitiveRequest into thePingRequest. Here nothing is really done, as the command has no parameters.Added the
PingHandlerto execute thePingRequest. In this case, just responding with theOkResponseCloses #38
aborted the automatic merge because the source branch was updated. Learn more.
added 1 commit
10347b3e- Style: Correct method namingCompare with previous version
Just the other day, I did something in Python, and now it's coming back to bite you ...
mentioned in commit
f2df06d21a