Skip to content

Releases: jjmrocha/EmbedHTTP

0.5.5

12 Jul 17:08
fffbfcb

Choose a tag to compare

What's Changed

Full Changelog: 0.5.4...0.5.5

0.5.4

15 May 08:59
8413178

Choose a tag to compare

What's Changed

  • Prevent getQueryParameters to be executed more than once
  • Parameter name must start with a letter and only have letters and digits
  • Extract IO logic for a new package
  • Leave connection open by default

Full Changelog: 0.5.3...0.5.4

0.5.3

11 May 10:07
fabbeb2

Choose a tag to compare

What's Changed

  • Wait for request termination before terminating the server instance

0.5.2

09 May 14:50
fbfd0bf

Choose a tag to compare

  • Implemented the date header on responses
  • Optimization of HttpMethod lookup
  • Replacement of JUL for System Logger

0.5.1

07 May 23:32
c6dc9f8

Choose a tag to compare

What's Changed

  • Added method String getPathParameter(String name) to the HttpRequest
  • Added method String getQueryParameter(String name) to the HttpRequest
  • Added method String getHeader(String name) to the HttpRequest
  • The HttpHeaders are now case insensitive