mirror of
https://github.com/matrix-construct/construct
synced 2024-11-03 04:18:55 +01:00
7 lines
343 B
Markdown
7 lines
343 B
Markdown
## 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`.
|