1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-05-20 09:18:26 +00:00
actix-web/actix-web/src/http/header
LoveSy c10f05a867
Add unicode feature to switch between regex and regex-lite crates as a trade-off between full unicode support and binary size (#3291)
* - Add `unicode` feature to switch between `regex` and `regex-lite`

as a trade-off between full unicode support and binary size.

* Update CHANGES.md

* Update CHANGES.md

* refactor: move regexset code selection to own module

* docs: add docs within RegexSet module

* chore: restore manifests

* test: ensure all actix-router codepaths are tested

---------

Co-authored-by: Rob Ede <robjtede@icloud.com>
2024-03-03 15:50:16 +00:00
..
accept.rs chore: address clippy warnings 2023-07-20 11:42:20 +01:00
accept_charset.rs chore: address clippy warnings 2023-07-20 11:42:20 +01:00
accept_encoding.rs Make compression middleware prefer brotli over zstd over gzip (#3189) 2023-11-19 18:54:08 +00:00
accept_language.rs chore: address clippy warnings 2023-07-20 11:42:20 +01:00
allow.rs add ContentLength typed header (#2490) 2023-07-22 03:16:01 +01:00
any_or_some.rs move actix-web to own dir 2022-02-01 00:30:41 +00:00
cache_control.rs chore: address clippy warnings 2023-07-20 11:42:20 +01:00
content_disposition.rs Add unicode feature to switch between regex and regex-lite crates as a trade-off between full unicode support and binary size (#3291) 2024-03-03 15:50:16 +00:00
content_language.rs chore: address clippy warnings 2023-07-20 11:42:20 +01:00
content_length.rs build(deps): bump taiki-e/install-action from 2.26.18 to 2.27.2 (#3294) 2024-02-19 12:31:10 +00:00
content_range.rs add ContentLength typed header (#2490) 2023-07-22 03:16:01 +01:00
content_type.rs chore: address clippy warnings 2023-07-20 11:42:20 +01:00
date.rs chore: address clippy warnings 2023-07-20 11:42:20 +01:00
encoding.rs move actix-web to own dir 2022-02-01 00:30:41 +00:00
entity.rs apply standard formatting 2023-07-17 02:38:12 +01:00
etag.rs chore: address clippy warnings 2023-07-20 11:42:20 +01:00
expires.rs chore: address clippy warnings 2023-07-20 11:42:20 +01:00
if_match.rs chore: address clippy warnings 2023-07-20 11:42:20 +01:00
if_modified_since.rs chore: address clippy warnings 2023-07-20 11:42:20 +01:00
if_none_match.rs chore: address clippy warnings 2023-07-20 11:42:20 +01:00
if_range.rs chore: address clippy warnings 2023-07-20 11:42:20 +01:00
if_unmodified_since.rs chore: address clippy warnings 2023-07-20 11:42:20 +01:00
last_modified.rs chore: address clippy warnings 2023-07-20 11:42:20 +01:00
macros.rs apply standard formatting 2023-07-17 02:38:12 +01:00
mod.rs add ContentLength typed header (#2490) 2023-07-22 03:16:01 +01:00
preference.rs move actix-web to own dir 2022-02-01 00:30:41 +00:00
range.rs appease clippy by deriving Eq on a bunch of items (#2818) 2022-07-23 16:26:48 +01:00