summaryrefslogtreecommitdiff
path: root/Userland/Services/RequestServer/Protocol.h
AgeCommit message (Expand)Author
2021-11-08RequestServer: Replace Result<T, E> use with ErrorOr<T>Andreas Kling
2021-04-25Services: Rename ProtocolServer to RequestServerDexesTTP