| 49 | } |
| 50 | |
| 51 | interface AppendOptions { |
| 52 | header?: string | Headers; |
| 53 | knownLength?: number; |
| 54 | filename?: string; |
| 55 | filepath?: string; |
| 56 | contentType?: string; |
| 57 | } |
| 58 | |
| 59 | interface SubmitOptions extends http.RequestOptions { |
| 60 | protocol?: 'https:' | 'http:'; |
nothing calls this directly
no outgoing calls
no test coverage detected