(ctx context.Context)
| 66 | } |
| 67 | |
| 68 | func NewHttpTubeFactory(ctx context.Context) *HttpTubeFactory { |
| 69 | return NewHttpTubeFactoryWithIntercept(ctx, DefaultHttpHandler) |
| 70 | } |
| 71 | |
| 72 | func NewHttpTubeFactoryWithIntercept(ctx context.Context, handler HttpHandler) *HttpTubeFactory { |
| 73 | return &HttpTubeFactory{ |