Skip to content

Commit

Permalink
Add protocol to AppSpec and pending to detect responses
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.
  • Loading branch information
markusthoemmes committed Oct 14, 2024
1 parent dfe74ef commit 8d8cd35
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 8d8cd35

Please sign in to comment.