对接 context

This commit is contained in:
黄孟柱
2022-07-20 15:35:04 +08:00
parent a74e9bb70b
commit a59cff3577
61 changed files with 230 additions and 141 deletions

View File

@@ -3,7 +3,7 @@ package http_context
import (
"github.com/valyala/fasthttp"
http_service "github.com/eolinker/eosc/http-service"
http_service "github.com/eolinker/eosc/context/http-context"
)
var _ http_service.IRequest = (*ProxyRequest)(nil)