Skip to content

Release 1.12.11

Compare
Choose a tag to compare
@jlangch jlangch released this 08 Apr 06:13
· 1147 commits to master since this release

[1.12.11] - 2024-04-08

Added

  • support for multiple url mappings for a servlet in the :ring module.
    See example "rest-webapp.venice"
  • a :ring example with a 2 servlet configuration
  • the effective url (the url after a redirect) to the response map in the http client
  • http status code helpers:
    • http-client-j8/status-ok-range?
    • http-client-j8/status-redirect-range?
    • http-client-j8/status-client-range?
    • http-client-j8/status-server-error-range?

Changed

  • the http client to provide the name of the HTTP status code in the response
    map. E.g.: HTTP_OK for status code 200