Replies: 4 comments 2 replies
-
|
Improve logging - reduce time and memory it takes to log. |
Beta Was this translation helpful? Give feedback.
-
|
Error response restructure |
Beta Was this translation helpful? Give feedback.
-
|
Change HTTP AddOption to an interceptor type of implementation. For the inceptors registered in HTTP Service, processRequest would be called sequentially - it'll update the headers/path/queryParams as needed, providing the same level of control that we have through new structs implementing HTTP interface and thereby duplicating a lot of code. Also, in case the request has to be cancelled/blocked i.e. circuitbreaker/rate limiter type of behaviour, the interceptor processRequest would return an error - not nil error from processRequest would stop the further processing. |
Beta Was this translation helpful? Give feedback.
-
|
Move Auth related files in separate package - changes were done in #2373 but not merged due to breaking changes |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
List of proposed changes in Gofr V2
Beta Was this translation helpful? Give feedback.
All reactions