Returns a new Handler with handler as the final processor of a Request if all of the middleware in the pipeline have passed the request through.
handler
Handler addHandler(Handler handler) => handler;