Commit 3f46e5f
Remove custom header support from DevSupportHttpClient (#55884)
Summary:
Pull Request resolved: #55884
The addRequestHeader/removeRequestHeader methods don't need to live inside devsupport.
Instead we can use the `setOkHttpClientFactory` to provide this same logic.
Changelog: [Internal]
Reviewed By: javache, cipolleschi
Differential Revision: D95059080
fbshipit-source-id: e9124123911a44291799368d6aa4d7b8cb0d4d531 parent 859ae5c commit 3f46e5f
1 file changed
Lines changed: 1 addition & 25 deletions
File tree
- packages/react-native/ReactAndroid/src/main/java/com/facebook/react/devsupport/inspector
Lines changed: 1 addition & 25 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | | - | |
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
19 | | - | |
20 | | - | |
| 17 | + | |
21 | 18 | | |
22 | 19 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | 20 | | |
34 | 21 | | |
35 | 22 | | |
36 | | - | |
37 | 23 | | |
38 | 24 | | |
39 | 25 | | |
| |||
47 | 33 | | |
48 | 34 | | |
49 | 35 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | 36 | | |
61 | 37 | | |
62 | 38 | | |
| |||
0 commit comments