Skip to content

Releases: Alusus/Http

0.1.4

08 Feb 09:38
71832ae

Choose a tag to compare

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

26 Jul 23:57

Choose a tag to compare

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

0.1.2

26 May 21:13

Choose a tag to compare

  • 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

29 Apr 02:16

Choose a tag to compare

Added support for building executables.

0.1.0

04 Apr 00:07

Choose a tag to compare

  • Renamed server start/stop functions to startServer and stopServer. This is a breaking change.
  • Added documentations.

0.0.15

25 Sep 23:14

Choose a tag to compare

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

0.0.14

07 Sep 00:44

Choose a tag to compare

Updated the Linux build of libcivetweb dependency.

0.0.13

07 Sep 00:17

Choose a tag to compare

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

0.0.12

17 Aug 07:25

Choose a tag to compare

Added Arabic localization.

0.0.11

18 Dec 09:56

Choose a tag to compare

  • Fix compatibility with latest changes in Alusus.
  • Added options to createServer and a sendFile variant that takes mime type.