0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-06 02:28:38 +02:00
construct/include/ircd/server
2019-01-26 12:29:08 -08:00
..
link.h ircd::server: Enforce object semantics on peer / link. 2018-05-02 11:29:13 -07:00
peer.h ircd::server: Fix issues with non-matrix peer construction. 2018-12-05 19:38:40 -08:00
README.md ircd: Start a README.md for any directory missing one; fix conformity of existing. 2019-01-26 12:29:08 -08:00
request.h ircd: Relax noexcept in std::function template declarations. 2018-09-13 05:12:25 -07:00
server.h ircd: Integrate all boost::system::system_error with stdlib. 2018-11-08 23:05:11 -08:00
tag.h ircd::server: Limit recursion of chunk head parses. 2018-04-25 20:52:27 -07:00

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.