Skip to content

JanBerktold/httpcheck

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

httpcheck

godoc

This is a fork of httpcheck

Contrary to the original package, it always persists cookies and does not start a "real" HTTP server but instead hooks into the handler and passes the request object directly; this allows for minimizedtest times as well as not dealing with the hassle of opening a socket on the testing machine.

Contribution Guidelines

  • Implement fix/feature
  • Write tests for fix/feature
  • Make sure all tests are passing
  • Send Pull Request

License

MIT

About

supertest inspired library for testing HTTP servers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%