Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This suppresses #583 and fixes #575.
The idea is pretty much the same. Here is the syntax example based on our TE benchmark:
The reason I decided to call it
Bootstrap
is that I believe we would be able to add more machinery to it so users can configure a bunch of other things in their derived services. Examples:This new
Bootstrap
type can also act as a config for our existing features. For example, we might think of providing a way to disable theDate
header, supplied by default. Something along the lines (just using the case classcopy
method, somewhat close to what Circe does withPrinter
s):This is an experimental API and I'm not deprecating anything. The goal is to solicit users' feedback in 0.16 and see if it gets any adoption.