summaryrefslogtreecommitdiffstats
path: root/util/network/sock_ut.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [http/client] Support unix domain sockets as a backendivanzhukov2022-08-261-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | Предыдущий заход: https://a.yandex-team.ru/review/2811077/details#comment--4489184 После изменений можно будет обращаться к HTTP серверу, слушающему на unix domain socket. Пример такого сервера: ```js require('http').createServer((req, res) => { console.log(req); res.writeHead(200, {'Content-Type': 'application/json'}); res.end(JSON.stringify({ 'metrics': [ { 'labels': { 'name': 'metric', 'some_key': 'some_value' }, 'type': 'GAUGE', 'value': 123 } ] }, null, 4)); }) .listen('/home/ivanzhukov/test_ua/ua.sock'); // вместо .listen(7777); ```
* Restoring authorship annotation for Alexey Salmin <[email protected]>. ↵Alexey Salmin2022-02-101-5/+5
| | | | Commit 2 of 2.
* Restoring authorship annotation for Alexey Salmin <[email protected]>. ↵Alexey Salmin2022-02-101-5/+5
| | | | Commit 1 of 2.
* Restoring authorship annotation for Andrey Fomichev ↵Andrey Fomichev2022-02-101-26/+26
| | | | <[email protected]>. Commit 2 of 2.
* Restoring authorship annotation for Andrey Fomichev ↵Andrey Fomichev2022-02-101-26/+26
| | | | <[email protected]>. Commit 1 of 2.
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.rdna2022-02-101-12/+12
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.rdna2022-02-101-12/+12
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.yazevnul2022-02-101-6/+6
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.yazevnul2022-02-101-6/+6
|
* Restoring authorship annotation for Ilnur Khuziev <[email protected]>. ↵Ilnur Khuziev2022-02-101-2/+2
| | | | Commit 2 of 2.
* Restoring authorship annotation for Ilnur Khuziev <[email protected]>. ↵Ilnur Khuziev2022-02-101-2/+2
| | | | Commit 1 of 2.
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.mvel2022-02-101-1/+1
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.mvel2022-02-101-1/+1
|
* Restoring authorship annotation for Anton Samokhvalov <[email protected]>. ↵Anton Samokhvalov2022-02-101-116/+116
| | | | Commit 2 of 2.
* Restoring authorship annotation for Anton Samokhvalov <[email protected]>. ↵Anton Samokhvalov2022-02-101-116/+116
| | | | Commit 1 of 2.
* intermediate changesDevtools Arcadia2022-02-071-0/+168
ref:cde9a383711a11544ce7e107a78147fb96cc4029