mirror of
https://github.com/Azure/setup-kubectl.git
synced 2025-12-16 23:08:35 +00:00
9 lines
No EOL
212 B
JavaScript
Executable file
9 lines
No EOL
212 B
JavaScript
Executable file
import http from "./http";
|
|
const handler = {
|
|
scheme: "https",
|
|
domainHost: http.domainHost,
|
|
parse: http.parse,
|
|
serialize: http.serialize
|
|
};
|
|
export default handler;
|
|
//# sourceMappingURL=https.js.map
|