Skip to content

Commit

Permalink
Add protocol to AppSpec and pending to detect responses (#739)
Browse files Browse the repository at this point in the history
This adds the new protocol field to AppSpecs to be able to specify either HTTP or HTTP2 traffic. It also adds the pending field to detect responses which reflects whether a request is still in-flight in the background.

Co-authored-by: Andrew Starr-Bochicchio <andrewsomething@users.noreply.github.com>
  • Loading branch information
markusthoemmes and andrewsomething authored Oct 22, 2024
1 parent 5e961cf commit 9c0204d
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 1 deletion.
14 changes: 13 additions & 1 deletion apps.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions apps_accessors.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions apps_accessors_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9c0204d

Please sign in to comment.