log mod_rest/mod_rest.lua @ 4311:a6c253bc63a5

age author description
2020-11-15 Kim Alvefur mod_rest: Ensure no attempt is made to reply to an error stanza
2020-11-15 Kim Alvefur mod_rest: Catch and log errors in callback promise chain
2020-11-15 Kim Alvefur mod_rest: Use promise based HTTP client API
2020-11-15 Kim Alvefur mod_rest: Use HTTP error mapping from net.http.errors
2020-11-14 Kim Alvefur mod_rest: Use util.error registry datatype
2020-11-12 Kim Alvefur mod_rest: Add whitespace to improve readability, code navigation
2020-07-20 Kim Alvefur mod_rest: Add support for form-encoded output
2020-05-29 Kim Alvefur mod_rest: Add support for CBOR
2020-05-29 Kim Alvefur mod_rest: Respond to unknown payload types with HTTP status 415
2020-04-12 Kim Alvefur mod_rest: Improve auth error reporting
2020-03-08 Kim Alvefur mod_rest: Avoid interfering with mod_http_oauth2 errors (fixes #1500)
2020-03-07 Kim Alvefur mod_rest: Add an XML error formatter (fixes #1499)
2020-03-07 Kim Alvefur mod_rest: Break out POST errors into a registry
2020-03-07 Kim Alvefur mod_rest: Separate lists of mediatypes for input, output and errors