httplug.yaml 293 B

123456789101112131415
  1. httplug:
  2. plugins:
  3. redirect:
  4. preserve_header: true
  5. discovery:
  6. client: 'auto'
  7. clients:
  8. app:
  9. http_methods_client: true
  10. plugins:
  11. - 'httplug.plugin.content_length'
  12. - 'httplug.plugin.redirect'