-
Updated
May 22, 2020 - C++
server-sent-events
Here are 238 public repositories matching this topic...
-
Updated
May 20, 2020 - Go
Document a multipart request/response example.
Hi there!
I found this framework interesting and promising due to its handy API syntax. However, the documentation somewhat confuses me. Well, this is unsurprising because I'm not an expert in Web development anyway. Actually, I have received little formal education in CS, but I know the very basics of TCP thanks to [Beej's Guide to Network Programming](http://beej.us/guide/bgnet/html/single/bg
-
Updated
May 24, 2020 - JavaScript
The reverse proxy configuration should be validated
- when loading it from a configuration file / environment variable,
- when using the API.
For example, when creating a route with target kinesis without a target topic, and the variable PROXY_KINESIS_REQUEST_STREAM is not set, loading the configuration should fail. Currently, the configuration will be applied but clients will see an erro
-
Updated
Apr 4, 2020 - JavaScript
-
Updated
Aug 16, 2018 - Ruby
-
Updated
May 27, 2020 - PHP
-
Updated
May 8, 2020 - C#
-
Updated
Mar 11, 2020 - PHP
-
Updated
Apr 22, 2020 - Python
-
Updated
May 27, 2020 - PHP
-
Updated
Mar 8, 2018 - PHP
-
Updated
Apr 30, 2017 - Shell
Hey guys,
I found out about your set of libraries because I recently switched to doobie. Could you create comparison chart that compares fs2-http and akka-http (both client and server side) ? I'm long time user of spray (now akka-http) but I'm always interested if any new frameworks/libraries come up.
-
Updated
May 1, 2020 - C#
-
Updated
May 25, 2020 - Python
The REST API that Checks user existence in a group always returns an empty body.
This issue occurs in both of the Check user existence in a group REST APIs:
- https://.service.signalr.net/api/v1/hubs//users//groups/
- https://.ser
-
Updated
Feb 20, 2019 - PHP
-
Updated
Apr 16, 2020 - JavaScript
-
Updated
Feb 20, 2020 - Go
-
Updated
Feb 29, 2020 - HTML
-
Updated
Feb 19, 2020 - Java
-
Updated
Mar 3, 2018 - Kotlin
-
Updated
May 27, 2020 - Elixir
-
Updated
Apr 20, 2020 - Go
python 3.6
requests 2.18.4
sseclient-py 1.7
When using requests library, should use response.iter_content() as event source
response = requests.get(url, stream=True, allow_redirects=False, headers={'Accept': 'text/event-stream'})
client = sseclient.SSEClient(response.iter_content())
-
Updated
May 9, 2020 - Java
Improve this page
Add a description, image, and links to the server-sent-events topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the server-sent-events topic, visit your repo's landing page and select "manage topics."
With docker, if you set the env variable
DEBUG=1or force the container to start with the-dparameter the logs are not so verbose.Is there another variable/option to use or is it really an issue?