uNetworkingAB
fb098a1759
Include lsquic in Windows build
2022-10-10 15:35:30 +02:00
uNetworkingAB
b6d92641bc
Build lsquic on Windows?
2022-10-10 15:25:52 +02:00
Alex Hultman
0df37cd79c
Bump uWS
2022-10-10 15:12:41 +02:00
Alex Hultman
bb7164b25b
Revert "Do not build quic support on Windows"
...
This reverts commit 8b6d221684 .
2022-10-10 15:12:23 +02:00
uNetworkingAB
8b6d221684
Do not build quic support on Windows
2022-10-10 14:12:20 +02:00
uNetworkingAB
6bdb4486c1
Build lsquic on macos
2022-10-10 13:55:35 +02:00
Alex Hultman
a5a4606c25
Bump uWS
2022-10-10 12:38:07 +02:00
Alex Hultman
1db8ec1cad
Template HttpRequest on QUIC, wrap getHeader
2022-09-28 05:52:29 +02:00
Alex Hultman
c6dc7b3b66
Wrap app.domain
2022-09-28 05:09:46 +02:00
uNetworkingAB
494b7aa3aa
Update build.c
2022-09-28 04:25:13 +02:00
uNetworkingAB
14197cbc87
Update c-cpp.yml
2022-09-28 03:57:26 +02:00
Alex Hultman
ac2b0e8dc6
Bump uWS
2022-09-28 03:45:12 +02:00
Alex Hultman
7e925df795
Wrap most functions of Http3Response
2022-09-28 03:22:43 +02:00
Alex Hultman
d52c79d516
Update README.md
2022-06-05 05:15:02 +02:00
Alex Hultman
fbfc250451
Update README.md
2022-05-20 16:16:11 +02:00
Alex Hultman
b953c30262
Add H3llo World example
2022-05-15 19:08:51 +02:00
Alex Hultman
fc703d9e30
Wrap uWS.H3App, uWS.Http3Response
2022-05-15 19:00:04 +02:00
Alex Hultman
fcc992f481
Update uWS
2022-05-15 16:49:22 +02:00
Alex Hultman
d0f292446a
Update build.c
2022-05-13 03:45:39 +02:00
Alex Hultman
e46a996687
Add startQuicServer call
2022-05-13 03:38:49 +02:00
Alex Hultman
50ac597fa3
Bump uWS
2022-05-13 03:28:04 +02:00
Alex Hultman
c63d7d395d
Update build.c
2022-05-13 03:25:40 +02:00
Alex Hultman
9ee6ed0403
Add lsquic includepath
2022-05-13 03:17:17 +02:00
Alex Hultman
7f9f2746b3
Enable quic
2022-05-13 03:08:26 +02:00
Alex Hultman
8e235dd409
Link to lsquic
2022-05-13 03:00:00 +02:00
Alex Hultman
278c20b8a4
Build lsquic too
2022-05-13 02:47:25 +02:00
Shahar Mor
d5bccb5402
re-add custom ssl-ciphers support ( #735 )
...
* re-add custom ssl-ciphers support
* add ssl_cipers to TypeScript definitions
2022-05-13 02:13:56 +02:00
aetheryx
c35f534663
Fix typo in docs ( #658 )
2022-05-04 19:59:14 +02:00
visgotti
03b4fb8169
added ca_file_name to AppOptions ( #664 )
2022-05-04 19:58:10 +02:00
Alan Smithee
3b1bba8af8
Make idleTimeout a multiple of 4 in README example ( #666 )
...
Using the example provided in the README outputs the following warning;
> Warning: idleTimeout should be a multiple of 4!
This PR updates the example according to the warning.
2022-05-04 19:57:42 +02:00
e3dio
e23d6eda45
add ws.send sendStatus ( #707 )
2022-05-04 19:55:46 +02:00
e3dio
0c6615488d
fix docs ( #704 )
2022-05-04 19:54:19 +02:00
Alex Hultman
63c9759d66
Wrap endWithoutBody
2022-05-03 22:36:11 +02:00
Alex Hultman
0ea1b1aeca
Update uWS to 20.14.0
2022-05-02 02:31:43 +02:00
Alex Hultman
0d752b2a9a
Update uWS to 20.13.0
2022-04-20 15:29:41 +02:00
Alex Hultman
e2ac2745d9
Node.js 18, latest uWS
2022-04-20 07:26:23 +02:00
Alex Hultman
399f4de143
Revert "Allow passing custom ciphers via options ( #723 )"
...
This reverts commit b01ac076f8 .
2022-04-20 07:16:48 +02:00
Alex Hultman
e8bb564d1a
Update uws.js
2022-04-17 00:30:21 +02:00
Shahar Mor
b01ac076f8
Allow passing custom ciphers via options ( #723 )
2022-03-25 16:39:55 +01:00
Vlad
823e1a9dca
Add ServerSentEvents.js example ( #709 ) ( #711 )
2022-03-08 17:39:32 +01:00
Alex Hultman
4ac42ec21b
Use latin1 in getHeader
2022-01-19 03:08:15 +01:00
Alex Hultman
c3bdbf4cca
Update uWS to 20.9.0
2022-01-09 18:57:44 +01:00
Alex Hultman
66328b9da0
Update uWS
2021-12-15 07:11:40 +01:00
Alex Hultman
ef1df685fc
Add experimental pause/resume HTTP body throttling
2021-12-15 02:16:37 +01:00
Alex Hultman
be3535b6f1
Update uWS
2021-12-07 21:16:55 +01:00
Alex Hultman
a13b497b31
Wrap sendPingsAutomatically
2021-12-07 21:11:38 +01:00
snowbldr
bce99d8884
change websocket publish to return boolean as the uws method publish returns boolean ( #641 )
...
* Update docs to match implementation
* change websocket publish to return boolean as the uws method publish returns boolean
* re-generate typedoc since publish changed to return boolean
2021-12-07 14:46:30 +01:00
Alex Hultman
2f829d1b36
Update docs for v20.4
2021-11-04 07:03:14 +01:00
Alex Hultman
c70d2e6d2d
Update uWS to v20.8.0
2021-10-31 04:41:36 +01:00
Alex Hultman
6ac3d68b22
Update README.md
2021-10-31 00:29:24 +02:00