Michael Rose
Michael Rose
Hi folks, I was curious whether async-std would be interested in an async port of `std::os::unix::fs::FileExt`. I'm writing a service right now that'd benefit from such a thing -- currently...
This change threads a new parameter through from all the places ASGs are built. `userMetaData` is a map of strings that can be defined during REST API calls, either to...
It'd be nice to add docs on how to integrate Apache Curator into projects such that `gatekeeper-zookeeper` would support them out of the box.
Support for routes such as: ``` location ~* \.(gif|jpg|jpeg)$ { proxy_pass my_upstream:80; } ```
It'd be nice to be able to pass other attributes in as key/values to upstreams and locations. For example, SSE endpoints need proxy_buffering off.