# HTTP Node Properties

## `method` (string, enum)

The HTTP method to be offered by this particular route node

This element must be one of the following enum values:

* `POST`
* `PUT`
* `GET`
* `DELETE`

## `route` (string)

The additional route path of this particular HTTP node, preceded by the server's base url

Examples: `"/my/individual/route"`, `"/testroute"`
