okaestne
|
5e19641d61
|
fix friend declarations
|
2022-11-08 10:32:37 +01:00 |
|
Ryan Russell
|
33becfb353
|
docs(middlewares): readability improvements (#540)
Signed-off-by: Ryan Russell <git@ryanrussell.org>
|
2022-09-18 23:24:29 +03:00 |
|
Vladislav Oleshko
|
cee7f78ec8
|
Small fixes
|
2022-07-14 20:20:34 +03:00 |
|
Vladislav Oleshko
|
fb327f4a88
|
formatting
|
2022-07-10 14:52:31 +03:00 |
|
Vladislav Oleshko
|
c6255750e6
|
Reuse cookie parser constructor
|
2022-07-10 14:45:40 +03:00 |
|
Vladislav Oleshko
|
a251928732
|
Add more comments to example, small fixes
|
2022-06-23 10:59:44 +03:00 |
|
Vladislav Oleshko
|
6b6eb5eb0b
|
Merge branch 'master' into sessions
|
2022-06-22 15:21:34 +03:00 |
|
Luca Schlecker
|
02bbbde8b7
|
add comment to trim function, use it correctly and remove redundant whitespace checks in CookieParser .
|
2022-06-18 17:21:37 +03:00 |
|
Luca Schlecker
|
126d79dc38
|
cookie_parser & query_string: use std::unique_ptr instead of raw pointers.
|
2022-06-18 17:21:37 +03:00 |
|
Luca Schlecker
|
60ca594b91
|
cookie_parser: use utility::trim instead of boost::trim.
|
2022-06-18 17:21:37 +03:00 |
|
Luca Schlecker
|
8d0d4c80ee
|
Remove usage of boost::optional.
Move to pointers instead.
This implementation relies on the safe deletion of `nullptr`.
|
2022-06-18 17:21:37 +03:00 |
|
Vladislav Oleshko
|
f46bdc1a24
|
First iteration of sessions
|
2022-05-28 16:42:25 +03:00 |
|
Vladislav Oleshko
|
81ae1c9de2
|
Replace optional with empty string
|
2022-05-07 12:09:22 +03:00 |
|
Vladislav Oleshko
|
51bb6062ef
|
Rename format, refactor dump
|
2022-05-07 12:09:22 +03:00 |
|
Vladislav Oleshko
|
a01e39cf5d
|
Use std::tm instead of boost
|
2022-05-07 12:09:22 +03:00 |
|
Vladislav Oleshko
|
988926660e
|
Support zero max-age for instant expiration
|
2022-05-07 12:09:22 +03:00 |
|
Vladislav Oleshko
|
76d7ae3dac
|
Add attribute support to cookie parser
|
2022-05-07 12:09:22 +03:00 |
|
The-EDev
|
7f4b7c8ff9
|
created new rules, used bot to enforce rules in PRs
|
2021-11-25 14:45:38 +03:00 |
|
The-EDev
|
384baaade4
|
moved middlewares folder inside crow folder
also fixed an issue where by default nothing is included
|
2020-11-11 23:43:57 +03:00 |
|