Skip to content

@kopflos-cms/core@0.3.0-beta.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Aug 11:21
· 245 commits to master since this release

Patch Changes

  • 2b107ef: Catch errors in kopflos handler and send as a 500 response
  • b94672f: Body is now always present in handler argument. Use this.body.isRdf to check if it can be parsed as RDF according to the Accept header. this.body.raw now returns the IncomingMessage object to allow parsing bodies using co-body or similar.
  • 67bd393: Expose request headers to kopflos handler