Skip to content

Tags: shibayan/azure-functions-http-api

Tags

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade to latest Azure Functions SDK (#41)

v3.0.0-preview1

Toggle v3.0.0-preview1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed worker extension project name (#39)

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding `IsAuthenticationEnabled` property (#35)

v2.0.3

Toggle v2.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed missing `Content-Type` request header (#32)

v2.0.2

Toggle v2.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed response header duplicate error (#31)

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed no route values backend uri generation (#29)

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Cleanup code (#27)

v2.0.0-preview5

Toggle v2.0.0-preview5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed directory root file access error (#25)

v2.0.0-preview4

Toggle v2.0.0-preview4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refactoring namespace and method naming rule (#24)

v2.0.0-preview3

Toggle v2.0.0-preview3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding http forwarding support (#16)

* Adding http forwarding support

* Adding funding.yml

* Adding basic proxy implementation and sample code

* Adding better route precedence and cleanup namespace

* Use pattern-matching

* Move namespace fo internal class

* Adding http request hook

* Adding static website result helper