'use strict'constInboundPlugin = require('./inbound')
classServerPluginextendsInboundPlugin {
static operation = 'request'static kind = 'server'statictype = 'web'// a default that may eventually be overriden by nonweb servers
}
module.exports = ServerPlugin