Cameron Moore
Cameron Moore
I like the idea that users can solve complex requirements without having to extend webhook in some weird way or at least not have to wait on us to extend...
Changes look good, but I've got more feedback. :smiley: - [x] I'd use `RemoteAddr` instead of `RemoteAddress` to stay in line with the `http` package. Everyone knows what that means,...
Is a successful prehook required for successful hook execution? I would assume so in most scenarios. Why define a prehook if you don't care if it was successful? If we...
> maybe rename Context to PreHook? would that make more sense instead of the rather arbitrary and ambiguous "Context"? or to something else, not sure... I agree. I would prefer...
I'm not familiar with the Ubuntu packaging. When run as a service, what user does it run as?
Not currently possible. What system are you using that sends such a request?
Thanks for the link. I guess the CopyLeaks folks thought that was clever, but it really complicates the hook receiver. Oh well. Thinking out loud about how we might add...
@adnanh, What are we doing with the wiki going forward? We moved the documentation into the `docs` folder. Can the wiki be deleted? @hassanbabaie, 1. Yes, add a section in...
Thank you for submitting this PR, but I'd like to discuss this feature request outside of a code review. Please open an issue to discuss this. I've not used HTTP...
For anyone wanting to implement this feature, see [this stackoverflow thread](https://stackoverflow.com/questions/37473201/is-there-a-way-to-update-the-tls-certificates-in-a-net-http-server-without-any-d) for inspiration.