Skip to content

Releases: Alusus/Http

0.3.0

Choose a tag to compare

@sarmadka sarmadka released this 04 Apr 06:59
96deb68

Updated Arabic localization.

0.2.0

Choose a tag to compare

@sarmadka sarmadka released this 14 Feb 02:58
d4d0409

Added support for WebSockets

0.1.4

Choose a tag to compare

@sarmadka sarmadka released this 08 Feb 09:38
71832ae

Added support for passing custom user data to the startServer function so that it gets passed to the callbacks to provide context.

0.1.3

Choose a tag to compare

@sarmadka sarmadka released this 26 Jul 23:57

Removed urlDecode function which is now provided by Srl.Net.

0.1.2

Choose a tag to compare

@sarmadka sarmadka released this 26 May 21:13
  • Added urlDecode function.
  • Removed the body of Connection class as it was not matching the original struct layout from civetweb, so it wasn't actually usable anyway. Accessing Connection properties should instead be done through functions.

0.1.1

Choose a tag to compare

@sarmadka sarmadka released this 29 Apr 02:16

Added support for building executables.

0.1.0

Choose a tag to compare

@sarmadka sarmadka released this 04 Apr 00:07
  • Renamed server start/stop functions to startServer and stopServer. This is a breaking change.
  • Added documentations.

0.0.15

Choose a tag to compare

@sarmadka sarmadka released this 25 Sep 23:14

Fixed a bug in request info structure causing some request info, like http headers, to be received incorrectly.

0.0.14

Choose a tag to compare

@sarmadka sarmadka released this 07 Sep 00:44

Updated the Linux build of libcivetweb dependency.

0.0.13

Choose a tag to compare

@sarmadka sarmadka released this 07 Sep 00:17

Updated to work with Alusus 0.8 and added support for macOS.