changed some stuff
This commit is contained in:
parent
8a588816c4
commit
b896d3f698
2 changed files with 2 additions and 1 deletions
|
|
@ -2,6 +2,7 @@
|
|||
export type HttpMethod = 'GET' | 'POST' | 'PUT' | 'DELETE' | 'PATCH';
|
||||
|
||||
export interface ProxyInfo {
|
||||
source?: string;
|
||||
protocol: 'http' | 'https' | 'socks4' | 'socks5';
|
||||
host: string;
|
||||
port: number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue