Package-level declarations

Types

Link copied to clipboard
class Ratpack(port: Int = 8000, stopMode: ServerConfig.StopMode) : ServerConfig

Stock version of an Ratpack Server. Not that if you want to configure your own server instance you can duplicate this code and modify it as required. We are purposefully trying to limit options here to keep the API simple for the 99% of use-cases.