Skip to content

Releases: quadtrix/apiserver

Alpha 2 released

06 Jul 11:45
4bdff2a
Compare
Choose a tag to compare
Alpha 2 released Pre-release
Pre-release

Alpha 2 released

Alpha 2 improves a couple of things. The most important changes:

  • Error handling has been improved
  • APIHeaders Add and RemoveHeader methods now return the APIHeaders object. Previously you could call them like this:
    as.Headers.Add(key, value)
    but this would not always work. Now this should be done as follows:
    as.Headers = as.Headers.Add(key, value)
  • Error handling added in the example.

This is still an alpha release, be careful.

Alpha release v0.1-alpha

05 Jul 20:25
fbad4a8
Compare
Choose a tag to compare
Pre-release

This is the first Alpha release of APIServer. It is probably very buggy so test it!