Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merging HTTP feature branch #1648

Merged
merged 14 commits into from
Jun 20, 2023
Merged

Merging HTTP feature branch #1648

merged 14 commits into from
Jun 20, 2023

Conversation

fabiocav
Copy link
Member

Issue describing the changes in this PR

resolves #1387

Pull request checklist

  • My changes do not require documentation changes
    • Otherwise: Documentation issue linked to PR
  • My changes should not be added to the release notes for the next release
    • Otherwise: I've added my notes to release_notes.md
  • My changes do not need to be backported to a previous version
    • Otherwise: Backport tracked by issue/PR #issue_or_pr
  • I have added all required tests (Unit tests, E2E tests)

@fabiocav fabiocav force-pushed the feature/enhanced-http branch from 07730c6 to 69398e4 Compare June 19, 2023 20:56
{
public class HttpProxyTrigger
{
[Function(nameof(HttpProxyTrigger))]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Outside of scope for this PR, but do we want to make a different sample app for the aspnet integration examples? Would make sense since the wire up is different + we don't want to interfere with the current http model being used in this app.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should

@fabiocav fabiocav merged commit 74849c0 into main Jun 20, 2023
@fabiocav fabiocav deleted the feature/enhanced-http branch June 20, 2023 22:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HTTP model enhancements
3 participants