mirror of
https://github.com/matrix-construct/construct
synced 2024-11-04 12:58:53 +01:00
8 lines
343 B
Markdown
8 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`.
|