-
Updated
May 22, 2021 - Go
tcp
Here are 2,962 public repositories matching this topic...
-
Updated
May 12, 2021 - Go
-
Updated
Jun 3, 2021 - Go
-
Updated
Jun 7, 2021 - PHP
-
Updated
Mar 11, 2021 - C++
-
Updated
May 25, 2021 - Go
-
Updated
Apr 21, 2021 - C++
LTS Only Please
To prepare for Mirror LTS, please send PRs for LTS only for now :)
-
Updated
Jan 10, 2020 - Java
-
Updated
Mar 13, 2021 - Shell
Task export inconsistent with actions
In JS mode, exporting tasks as module.exports = class SomeTask causes AH to throw an error when trying to execute it ' task not found' but exporting as exports.someTask = SomeTask works. Actions work either way.
From @evantahler:
actions have this line https://github.com/actionhero/actionhero/blob/v24.0.4/src/initializers/actions.ts#L65-L67
where
-
Updated
May 30, 2021 - C#
-
Updated
May 3, 2021
Why?
Mainly to provide an alternative way without the need for an Wildcard SSL certificate (as it's harder to automatically obtain via LE and dynamic certs may be problematic to use with an Reverse Proxy before sish).
Design Idea
ssh -R foo/bar:443:localhost:8080 ssi.sh should proxy https://foo.ssi.sh/bar/* to http://localhost:8080/*. Also this doesn't preven
-
Updated
Jun 9, 2021 - Java
-
Updated
May 9, 2019 - C
-
Updated
May 7, 2021 - Go
My following WebClient is working fine with internet connection but not through our proxy connection.
WebClient webClient = WebClient.builder()
.baseUrl("https://targetsite.com")
.build();
webClient.post()
.uri("/service/serviceName")
.body(BodyInserters.fromObject(reqData))
.retrieve()
.bodyToMono(WebServiceResponse.class)
Event though, the sam
-
Updated
Jun 5, 2021 - C++
Improve this page
Add a description, image, and links to the tcp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tcp topic, visit your repo's landing page and select "manage topics."
这里的路由和server通信是否可以用一个长连接来维护更好