Commit graph

13 commits

Author SHA1 Message Date
6aac1c31c7
🐛 fix that request.Body contains not full http request after parsing
This makes possible to parse json or other stuff out of it instead of
seeing the full message that is not needed anyway :)
2024-10-14 19:43:30 +02:00
f001b24749 Fix: Router Functions are the same weight as classes
also added some basic tests for it.
2024-05-13 18:23:27 +02:00
516e33d165 Feature: Catch All Handler so the process does not die on failure 2024-05-13 17:21:52 +02:00
2bd34c2bb1 Router: Uses Tree and Use named Parameters 2024-04-16 20:09:22 +02:00
dee4f9ec68 allow | on uint32_t(lhs) and HttpMethod(rhs) 2024-02-04 18:17:33 +01:00
9f3ff5a596 Fixup 2024-02-04 14:59:00 +01:00
d547bb9f95 Make Router more sexy 2024-02-04 13:52:08 +01:00
5bb68a7d02 Split VWeb into smaller headers
We have no make install support... so we don't need to have everything as a single-header and lib file.
2023-09-16 16:29:03 +02:00
4367534a33 Added CMake Install. 2023-09-02 14:17:56 +02:00
5c8c4e86b2 Added Post Body Parsing 2022-11-09 14:36:35 +01:00
Maurice
afd8f4d999 Fix Bugs... make Request non Const 2022-09-10 15:09:18 +02:00
638276d8e0 Stuff 2022-08-23 16:40:57 +02:00
792abbee93 First Running Version 2022-08-23 14:13:21 +02:00