from pip_services4_http.controller import RestController

Additionally, we will need to import Bottle, which will be used to access our requests.

from bottle import request