Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

0.4.2 - DEPRECATED

Compare
Choose a tag to compare
@Burnett01 Burnett01 released this 30 Jul 19:24
· 79 commits to master since this release
  • Added all restify bundled plugins (acceptParser, dateParser, queryParser, jsonp, gzipResponse, throttle, conditionalRequest)
  • Added pre() and use() methods which can be used by your api instance
  • The internal @server() wrapper takes a third argument (boolean) to skip use of a fn on a TLS instance. For example: If the gzipResponse plugin is used, it will not work on the TLS instance since GZIP in combination with TLS is prone to the BEAST attack. This API automatically protects you by skipping GZIP when used for TLS