Path patterns

Report a typo

Match the paths and the requests that satisfy them.

You can check yourself by writing the appropriate code!

Match the items from left and right columns
"/path/*
"/path/*/path/"
"/path/{...}"
GET http://localhost/path/path/path/
GET http://localhost/path/path/path/path
GET http://localhost/path/
___

Create a free account to access the full topic