Skip to content

Releases: jpcedenog/gointercept

Added HTTP Request header normalizer

10 Aug 19:27
Compare
Choose a tag to compare
Pre-release

Added interceptor NormalizeHTTPRequestHeaders to capture the headers (single and multi-value) sent in the API Gateway (HTTP) request and normalizes them to either an all-lowercase form or to their canonical form (content-type as opposed to Content-Type) based on the value of the given 'canonical' parameter

Improved handling of uncaught HTTP errors

29 Jul 16:16
Compare
Choose a tag to compare

Added improved error handling capabilities to handle HTTP errors and create a proper HTTP response for them

v0.3.0

27 Jul 19:07
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Added interceptor for JSON Schema validation

Improved documentation for AddSecurityHeaders interceptor

16 Jul 18:25
Compare
Choose a tag to compare
v0.2.1

Better README

v0.2.0

14 Jul 16:06
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Added Interceptor to include security headers in the response