Commit graph

16 commits

Author SHA1 Message Date
715ee9cd2a working on forcing cookies, better header setting/adding, session/userprofile persisting 2024-04-18 16:23:52 +02:00
09b30ad7b6 update to netty 4.1.108, add empty settings, add settings loader to server tests 2024-04-03 15:15:41 +02:00
8ddf8ebd3b lift tests to module path 2024-03-04 16:03:29 +01:00
c578a0a1ca remove unused imports 2024-01-19 17:20:23 +01:00
616bc01f35 fix fileupload test 2024-01-19 11:19:44 +01:00
0a31fca8fe fix parameter/multimap handling with duplicates, add test 2023-12-21 15:48:37 +01:00
8c4a7b871d add netty request test with HTTP GET query parameter 2023-12-07 17:51:30 +01:00
e3adbd4369 make server HTTP request serializable in json 2023-08-21 17:18:11 +02:00
cf71fd1d2e update to safer parameter handling 2023-08-01 10:06:09 +02:00
6c10666fe5 refactoring HttpServerContext into HttpRouterContext 2023-04-29 22:02:01 +02:00
35d67784bb check byte order mark, enable duplicate values in form parameters 2023-04-18 15:10:53 +02:00
98b13c8dc7 implement file uploading, release resource in channel close handler, clean up request/response API 2023-04-09 23:01:08 +02:00
3749b9ba3a refactoring code for easier API, update to Netty 4.1.92, begin of file upload work 2023-04-07 22:35:24 +02:00
fc1beabb58 add router task to release buffers after routing, refactor HTTP server API into application, domain, service subpackages 2023-03-30 10:42:29 +02:00
407f8ad2f8 rename attributes() to getAttributes() 2023-03-26 22:23:46 +02:00
94d6e90a0d initial commit 2022-10-20 10:19:32 +02:00