wix-incubator/wix-http-testkit

Handlers are immutable

Closed this issue · 1 comments

The previous version allowed to define handlers and reset them and define new ones.
This version does not support this (due to the underlying akka http code), question is, do we really need that ?
creating a new instance takes 20 millis and they all use the same actor system which makes things simpler.