yookoala / gofast

gofast is a FastCGI "client" library written purely in go
BSD 3-Clause "New" or "Revised" License
224 stars 49 forks source link

Lack go native testing on Authorizer and Filter role #21

Open yookoala opened 6 years ago

yookoala commented 6 years ago

The testing on Authorizer and Filter depends on node-fastcgi.

It would be preferable to have golang native testing. We, however, cannot depend on the net/http/fcgi library because it only implemented the Responder role. Helps to resolve #2.

TODO

yookoala commented 6 years ago

Closed by mistake.