Skip to content

Tags: flrdv/indigo

Tags

v0.12.0

Toggle v0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request indigo-web#111 from fakefloordiv/experimental/shor…

…ter-response-methods

removed With prefix for all Response methods

v0.11.1

Toggle v0.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request indigo-web#110 from fakefloordiv/master

fixed panic on `WithError(nil)`, improved static files distribution and updated error texts

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request indigo-web#109 from fakefloordiv/master

Made responding with files more convenient, fixed leaking unclosed file descriptors in ` WithFile()`

v0.10.5

Toggle v0.10.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request indigo-web#108 from fakefloordiv/master

added path catchers, updated request body entity, etc.

v0.10.4

Toggle v0.10.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request indigo-web#106 from fakefloordiv/master

Application API updates

v0.10.3

Toggle v0.10.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request indigo-web#105 from fakefloordiv/master

Bug fixes

v0.10.2

Toggle v0.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request indigo-web#104 from indigo-web/fakefloordiv-patch-1

bump version

v0.10.1

Toggle v0.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request indigo-web#102 from fakefloordiv/master

Added HTTPS support!

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request indigo-web#99 from fakefloordiv/master

made response builder pass by reference and made it implementing io.Writer, without WithWriter()

v0.9.4

Toggle v0.9.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request indigo-web#98 from fakefloordiv/api-experiments

added initial ctx value setting directly from the application