0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-10 12:38:36 +02:00
construct/include/ircd/server/README.md

343 B

Interface To Remote Servers

This system manages connections and requests to remote servers when this server plays the role of client. This interface allows its user to make concurrent requests using the promise/future pattern. It is built on top of ircd::ctx::future, as well as many functions of ircd::net and also uses ircd::http.