Java: Ratpack HTTP Framework Additional Modeling

Adds models for `ratpack.func.Pair`, and `ratpack.exec.Result`.
Improve moels for `ratpack.exec.Promise`.

Signed-off-by: Jonathan Leitschuh <Jonathan.Leitschuh@gmail.com>
This commit is contained in:
Jonathan Leitschuh
2021-10-29 11:39:36 -04:00
parent a06642944f
commit 1ddf5fb133
10 changed files with 927 additions and 8 deletions

View File

@@ -0,0 +1,4 @@
lgtm,codescanning
* Improve support for [Ratpack](https://ratpack.io/) HTTP framework.
Added data flow models for `ratpack.func.Pair`, and `ratpack.exec.Result`.
Improve data flow models for `ratpack.exec.Promise`.