Releases: meson10/gottp
Releases · meson10/gottp
Improvements with the Error Redirection
Redirects should not be followed in testing
Merge pull request #12 from Simversity/v3 Testing should not follow redirects
Improvement for request parameters.
Merge pull request #11 from Simversity/v3 V3
Version 3
Merged Pull requests for bug fixes
Merge pull request #9 from ParthDesai/master Fixing bug in request and making skip by default 0
Gottp allows redirects.
v2.5 Redirect is a part of gottp
Handle bubbled exceptions
v2.4 Merge branch 'master' of github.com:simversity/gottp
Documentation on background workers
Add documentation for Background workers and promote to a non-beta release.
Allow gottp workers to register background workers
Merge pull request #8 from ParthDesai/feature/worker Feature/worker
Attach Cleanup Listeners
Interrupt cleanups for all ports * Be it Domain Socket or TCP Socket. Atach the cleanup listener. * Add functiionality for attaching exit callbacks.