7 Commits

Author SHA1 Message Date
Earlopain
5f8bc74f0b
Add rubocop-md to check ruby code blocks 2023-11-17 09:33:05 +01:00
HoneyryderChuck
0d58408c58 compression plugins for gzip and deflate supported by default
most of the code was moved to the transcoder layer.

The `compression_threshold_size` option has been removed.

The `:compression/brotli` plugin becomes only ´:brotli`, and depends on
the new transcoding APIs.

options to skip compression and decompression were added.
2023-09-20 17:57:41 +01:00
HoneyryderChuck
4f587c5508 renaming authenticationn modules to just auth
* `:authentication` plugin becomes `:auth`
  * `authentication` helper becomes `authorization`
* `:basic_authentication` plugin becomes `:basic_auth`
  * `:basic_authentication` helper is removed
* `:digest_authentication` plugin becomes `:digest_auth`
  * `:digest_authentication` helper is removed
* `:ntlm_authentication` plugin becomes `:ntlm_auth`
  * `:ntlm_authentication` helper is removed
2023-09-20 17:57:41 +01:00
HoneyryderChuck
f0167925ec fixing cheatsheet indication 2023-07-28 23:45:03 +01:00
HoneyryderChuck
e25ac201d2 updated cheatsheet examples 2023-06-26 19:27:48 +01:00
HoneyryderChuck
8970ebec96 some more examples in the cheatsheet 2018-12-01 19:51:45 +00:00
HoneyryderChuck
ee2c736709 added a cheatsheet 2018-11-23 18:07:01 +00:00