I\'ve come across the following syntax while looking through the Gatling source code:
private[http] def build = { // ... }
What is the sy
In short: this is used for scope protection:
Same to protected[C]