Coverage for tests / test_request_params / test_cookie / test_optional_list.py: 100%
0 statements
« prev ^ index » next coverage.py v7.13.3, created at 2026-02-12 18:15 +0000
« prev ^ index » next coverage.py v7.13.3, created at 2026-02-12 18:15 +0000
1# Currently, there is no way to pass multiple cookies with the same name.
2# The only way to pass multiple values for cookie params is to serialize them using
3# a comma as a delimiter, but this is not currently supported by Starlette.