]> git.ipfire.org Git - thirdparty/kea.git/commit
[5088] Http response creator and unit tests implemented.
authorMarcin Siodelski <marcin@isc.org>
Wed, 21 Dec 2016 21:27:55 +0000 (22:27 +0100)
committerMarcin Siodelski <marcin@isc.org>
Thu, 22 Dec 2016 13:56:10 +0000 (14:56 +0100)
commit8886ab68c115c6ff6e87426da36c56c19d68ecad
treef2ce71c7b546785e8b7eb18d60f56c35deaba782
parentf95a200193a4a2138a57970258aeefc19225fd71
[5088] Http response creator and unit tests implemented.
src/lib/http/Makefile.am
src/lib/http/request.h
src/lib/http/response_creator.cc [new file with mode: 0644]
src/lib/http/response_creator.h
src/lib/http/response_json.h
src/lib/http/tests/Makefile.am
src/lib/http/tests/response_creator_unittests.cc [new file with mode: 0644]