- Add an IDisposable interface and a registerSessionHooks() method in AModule.
- Add BrefVaue(const BrefValue{List,Array} &) constructors.
- Fix windows warning C4251
- Fix compilation under *nix systems, where minor() and major() are already defined in <sys/types.h> (issue #6).
- bref::status_codes / bref::request_methods / bref::Category : Add undefined values. It will be the default defined value in response header. Could be usefull to detect if another ContentHook. has already supported the content generation.
- See diff
- Change IModule to AModule.
- Add getType function in BrefValue, set confType enum as public (issues #1, #2 and #7).
- Add missing double member variable / functions in BrefValue.
- See diff
- API elections