Commit 16f8db8
authored
# Test Plan
```ts
createHttpTransport({
headers: {
'Proxy-Foo': 'Bar', // ERROR
'proxy-foo': 'Bar', // ERROR
'PROXY-FOO': 'Bar', // ERROR
'Sec-Foo': 'Bar', // ERROR
'sec-foo': 'Bar', // ERROR
'SEC-FOO': 'Bar', // ERROR
},
});
```
1 parent 356279e commit 16f8db8
1 file changed
+5
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
| 32 | + | |
| 33 | + | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
| |||
61 | 60 | | |
62 | 61 | | |
63 | 62 | | |
64 | | - | |
65 | | - | |
66 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
67 | 66 | | |
68 | 67 | | |
69 | 68 | | |
| |||
0 commit comments