Gu
Gu
For anyone who needs a quick example of adding indentation when do serializing ```rust use serde::Serialize; use quick_xml::se::Serializer; #[derive(Debug, PartialEq, Serialize)] struct Struct { question: String, answer: u32, } let...
up vote to this feature request.
@smaeda-ks do you think your https://github.com/fastly/fastlyctl/issues/19 can fix above problem too?
In many cases, getting `override host` set is needed for backend like example.org and and httpbin.org. but in some situations, I need this field to be blank so that my...
By the way, local_server has a functional override_host field (with or without the setting makes a difference). ``` [local_server] [local_server.backends] [local_server.backends.backend_b] url = "https://example.org/" override_host = "example.org" ```
> The UI will not add override host by default, but the cli will. Not only cli will (add override host by default), there is no way to let cli...