Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 310 Bytes

rules.md

File metadata and controls

16 lines (14 loc) · 310 Bytes

MATCHING RULES

These are the criteria used to match request

  • Endpoint name by regex (Existing)
  • Endpoint length
  • Header keys by regex
  • Header keys by length
  • Header values by regex
  • Header values by length
  • Body by regex
  • Body by length
  • HTTP Verb
  • Request line by regex
  • Request line by length