function(env){ body = paste('

Hello World! This is Rook',env$rook.version,'.

') list( status = 200L, headers = list( 'Content-Type' = 'text/html' ), body = body ) }