We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef093c5 commit c078564Copy full SHA for c078564
proxies/custom.mdx
@@ -21,6 +21,7 @@ const kernel = new Kernel();
21
const proxy = await kernel.proxies.create({
22
type: 'custom',
23
name: 'my-private-proxy',
24
+ protocol: 'https',
25
config: {
26
host: 'proxy.example.com',
27
port: 443,
@@ -41,6 +42,7 @@ client = kernel.Kernel()
41
42
proxy = client.proxies.create(
43
type='custom',
44
name='my-private-proxy',
45
+ protocol='https',
46
config={
47
'host': 'proxy.example.com',
48
'port': 443,
0 commit comments