alexedwards / scs

HTTP Session Management for Go
MIT License
2.13k stars 166 forks source link

Support fasthttp? #91

Closed futureday2015 closed 4 years ago

futureday2015 commented 4 years ago

I am wondering if this session management lib supports fasthttp. Thanks

alexedwards commented 4 years ago

No, sorry. It is designed to be compatible with Go's net/http package.

futureday2015 commented 4 years ago

@alexedwards any technical reasons why don't intend to support fasthttp? thanks a lot.

alexedwards commented 4 years ago

Just to check, you're talking about https://github.com/valyala/fasthttp right?

futureday2015 commented 4 years ago

@alexedwards yes. thanks.