Closed vdusek closed 3 months ago
Only upper case is supported, as specified in the RFC.
Great, in that case, I'd expect some ValueError
exception to be raised.
Only upper case is supported, as specified in the RFC.
Great, in that case, I'd expect some
ValueError
exception to be raised.
Or this could be specified using type hints, such as Literal["GET", "POST", "DELETE"]
Only upper case is supported, as specified in the RFC.
Great, in that case, I'd expect some
ValueError
exception to be raised.Or this could be specified using type hints, such as
Literal["GET", "POST", "DELETE"]
Good idea, fixed in b8f27474d7dfd30f3537d506b819586fa39d089f and 45ab712902d6724afc4a1c39ada24bf2c56206fc
Describe the bug
'get'
) results in 400 Bad Request.To Reproduce
Resulting in:
Expected behavior
Versions
curl_cffi
version: 0.7.1