Activity
feat(core): introduce kind of middlewares
feat(core): introduce kind of middlewares
chore(readme): simple compiling guide
chore(readme): simple compiling guide
feat(core): implement basis of array deserialization
feat(core): implement basis of array deserialization
feat(core&serialization): custom server header & introduce array api …
feat(core&serialization): custom server header & introduce array api …
feat(core): split fhttp::connection and logging module into .h/.cc
feat(core): split fhttp::connection and logging module into .h/.cc
feat(core): introduce keep-alive timeout
feat(core): introduce keep-alive timeout
fix(swagger): nested objects in request/response
fix(swagger): nested objects in request/response
feat: rename view to router
feat: rename view to router
feat: better example server configuration
feat: better example server configuration
feat: introduce functions for working with env and rework a bit examples
feat: introduce functions for working with env and rework a bit examples
feat: introduce request/response body swagger generation
feat: introduce request/response body swagger generation
feat: introduce named url regex groups
feat: introduce named url regex groups
refactor: create separate target for library and examples
refactor: create separate target for library and examples
feat: pass port as short instead of string
feat: pass port as short instead of string
feat: introduce typed json interface
feat: introduce typed json interface
chore: gave up with github actions for now
chore: gave up with github actions for now
test: try to install a bit more older boost libraries on runner
test: try to install a bit more older boost libraries on runner
test: try to install a bit older boost libraries on runner
test: try to install a bit older boost libraries on runner
test: try to install boost libraries on runner
test: try to install boost libraries on runner
test: remove CMAKE_CXX_COMPILER option from CMakeLists
test: remove CMAKE_CXX_COMPILER option from CMakeLists
test: github actions with cmake template
test: github actions with cmake template
feat: deduce request/response types from handle method
feat: deduce request/response types from handle method
chore: cleanup and todo comment
chore: cleanup and todo comment
feat: accesible config from handlers
feat: accesible config from handlers
feat: introduce global state, that is shared across views
feat: introduce global state, that is shared across views
feat: logging mostly and smol refactoring
feat: logging mostly and smol refactoring