UNPKG

node-libcurl

Version:

The fastest http(s) client (and much more) for Node.js - Node.js bindings for libcurl

22 lines 537 B
/** * Copyright (c) Jonathan Cardoso Machado. All Rights Reserved. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ /** * Object with constants to be used as the return value for the {@link Multi.setOpt | `Multi`} option `PUSHFUNCTION`. * * `CURL_PUSH_OK` becomes `CurlPush.Ok` * * @public */ export declare enum CurlPush { Ok = 0, Deny = 1, /** * Added in 7.72.0 */ ErrorOut = 2 } //# sourceMappingURL=CurlPush.d.ts.map