Deserialization of HttpMethod property of DownstreamApiOptions does not seem to work well. Configuration system fails to deserialize System.Net.Http.HttpMethod from string, so my HttpMethod : "POST" ...
@shruggr Yeah, we're aware of this problem. If you had used JavaScript, the string would've worked just fine, but in TypeScript, you can't just assign a string to something that is not a string (but ...