外观
public type RequestDelegate = (HttpContext) -> Unit
功能:表示处理 HTTP 请求上下文的委托类型。
目标类型:(HttpContext) -> Unit