Skip to content

Releases: dvob/http-server

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 03 Oct 08:53

Changelog

  • 87bf991 Avoid errors in JWT metadata

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 03 Oct 08:44

Changelog

  • 1ac3d15 Add JWT metadata to infoHandler, change defaults
  • aa01c68 Support HTTP/1.1 Upgrade in proxy handler
  • a715ffc Upgrade dependencies

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 31 Aug 15:59

Changelog

  • 49671ef Make middleware configurable
  • 3bfa219 Move old handlers into new structure and add other new handlers
  • 37dfc91 Update Github actions

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 01 Feb 17:44

Changelog

  • af64469 Add connection logging
  • a0358c1 Add default handler
  • d2edee8 Add handler config example to README
  • 3b2fe84 Add request to info handler
  • a4d4b02 Add simple one line logger
  • a6c0b18 Build handler from configuration
  • ab98ab0 Change staticResponseHandler into http.Handler
  • c33e0fb Fix jsonLogger. Ignore empty body.
  • c0d47f2 Implement configuration
  • bb12a98 Implement handler configuration
  • 9380b27 Improve json logging middleware
  • 21c163b Start refactor
  • 5947967 Update README
  • f2ce07a Update to Go 1.19

v0.0.9

Choose a tag to compare

@github-actions github-actions released this 12 May 13:07

Changelog

b467989 Make timeout and data handler configurable

v0.0.8

Choose a tag to compare

@github-actions github-actions released this 12 May 12:47

Changelog

de5ef89 Add data and timeout handler
156b985 Remove unused handleJSON function

v0.0.7

Choose a tag to compare

@github-actions github-actions released this 21 Mar 22:26

Changelog

81d9adf Fix Github actions
2a1fa28 Remove Dockerfile
0078331 Update Github workflow
cd63807 Update go.mod to Go 1.16

v0.0.6

Choose a tag to compare

@github-actions github-actions released this 17 Dec 21:56

Changelog

1d8f5cd Update github workflow

v0.0.4

Choose a tag to compare

@github-actions github-actions released this 16 Jul 20:12

Changelog

e29fcaa Add option info and remove option hostname

v0.0.3

Choose a tag to compare

@github-actions github-actions released this 11 Jul 22:44

Changelog

3c6214e Add hostname option