-
Updated
Jun 10, 2020 - Java
gateway
Here are 982 public repositories matching this topic...
-
Updated
Sep 1, 2020 - Go
-
Updated
Sep 7, 2020 - Java
-
Updated
Sep 2, 2020 - Go
Is your feature request related to a problem? Please describe.
As observed during #261, users can accidentally set timeouts inconsistently. A concrete example is that one can set a User facing timeout lower than any backend timeout, such that requests may fail early.
Describe the solution you'd like
We should provide some sanity checking to prevent unintended timeout behavior.
-
Updated
Sep 5, 2020 - C++
-
Updated
Nov 5, 2019 - JavaScript
-
Updated
Sep 7, 2020 - Java
-
Updated
Sep 8, 2020 - Java
-
Updated
Jul 31, 2019 - JavaScript
-
Updated
Sep 7, 2020 - PHP
-
Updated
Aug 4, 2020 - Go
-
Updated
Sep 1, 2020 - Python
-
Updated
Sep 3, 2020 - Java
-
Updated
Apr 21, 2020 - Elixir
Part of the larger umbrella issue this issue will track adding typing hints to the primary application files - enterprisegatewayapp.py and mixins.py.
-
Updated
Aug 20, 2020 - JavaScript
-
Updated
Sep 8, 2020 - Java
-
Updated
Jul 9, 2020 - Lua
-
Updated
Aug 30, 2020 - C#
-
Updated
Oct 14, 2019 - Elixir
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
May 26, 2020 - Go
-
Updated
Nov 8, 2017
Improve this page
Add a description, image, and links to the gateway topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gateway topic, visit your repo's landing page and select "manage topics."
In our codebase, we push
RequestContextand immediately run some code with try-with-resources.For example:
If
RequestContextprovidesrun(Runnable)orcall(Callable)we can reduce boilerplate code and simplify it.This is inspired by g