summaryrefslogtreecommitdiff
path: root/Userland/Services/RequestServer/Protocol.h
AgeCommit message (Expand)Author
2022-04-09RequestServer+LibProtocol: Allow users to specify a per-request proxyAli Mohammad Pur
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-25Userland: Rename IPC ClientConnection => ConnectionFromClientItamar
2021-11-08RequestServer: Replace Result<T, E> use with ErrorOr<T>Andreas Kling
2021-04-25Services: Rename ProtocolServer to RequestServerDexesTTP