eidorb
eidorb
Use grep regular expressions to match older style headers -----BEGIN NEW CERTIFICATE REQUEST----- ... -----END NEW CERTIFICATE REQUEST----- in addition to the standard -----BEGIN CERTIFICATE REQUEST----- ... -----END CERTIFICATE REQUEST-----...
Initial attribute values changed to "empty" form of type to help with serialization.
**Description** The cookbook says if `fmt` returns a `dict` then JSON serialization is performed for you. This doesn't work when used with httpx. **How to Reproduce** Adapt the cookbook example...