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
|
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 |
|