This release now correctly resolves relative paths with regards to the configuration file, instead of the current working directory.
- [FEATURE]
https
: Add a Validate() function. #22 - [ENHANCEMENT]
https
: Mark kingpin flag as experimental. #20 - [BUGFIX]
https
: Make certificate paths relative to configuration file. #21
- [FEATURE]
https
: Add Serve to use an existing listener. #16 - [BUGFIX] Return 401 Unauthorized when a bad password is used. Previously we returned 403 Forbidden in that case. #17
- [FEATURE]
https/kingpinflags
package for adding kingpin support for TLS. #12
Initial release.
- [FEATURE]
https
package for adding TLS to exporters. #8