1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:17:46 +00:00

RequestServer: Remove unnecessary greet() message

This commit is contained in:
Andreas Kling 2021-05-23 09:23:55 +02:00
parent bf33b5df6e
commit 6b2f24018d
4 changed files with 0 additions and 9 deletions

View file

@ -1,8 +1,5 @@
endpoint RequestServer
{
// Basic protocol
greet() => ()
// Test if a specific protocol is supported, e.g "http"
is_supported_protocol(String protocol) => (bool supported)