Skip to content

Releases: Casterlabs/Rakurai-Http-Server

2.1.7

01 May 06:30
Compare
Choose a tag to compare
  • Updated libraries.
  • Made body parsing more robust. Specifically, getRequestBody and getRequestBodyJson now obey the charset directive, falling back on UTF8 if it isn't present.

Update Rson (2.1.5)

27 Apr 04:16
Compare
Choose a tag to compare

Updated Rson.

2.1.4

15 Feb 04:33
Compare
Choose a tag to compare

Fix some signing issues.

I am an idiot (2.1.3)

15 Feb 00:52
Compare
Choose a tag to compare

2.1.2

15 Feb 00:34
Compare
Choose a tag to compare
Dual stack by default (2.1.2)

2.1.1

14 Feb 23:26
Compare
Choose a tag to compare

Hotfix for last release.

2.1.0

14 Feb 23:21
Compare
Choose a tag to compare

SSL is now handled by an external library, rather than by RHS.

2.0.3

22 Nov 00:30
Compare
Choose a tag to compare
2.0.3

2.0.2

20 Nov 03:53
Compare
Choose a tag to compare
  • Fixed some issues with HTTP sessions pretending they didn't have a body.
  • Non-GET websockets are now properly rejected.

2.0.1

22 Oct 23:42
Compare
Choose a tag to compare

Fix response compression.