HTTP Methods this connection should be invoked by. You can create different connections that are
invoked using same URL but which should behave differently depending on method. For example,
there can be connection version that handles requests for "GET /orders" and another connection
that handles requests for "POST /orders".