https-browserify

WebJar for https-browserify

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

https-browserify
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

https-browserify
WebJar for https-browserify
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/substack/https-browserify

Download https-browserify

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/https-browserify/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>https-browserify</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/https-browserify/
implementation 'org.webjars.npm:https-browserify:1.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/https-browserify/
implementation ("org.webjars.npm:https-browserify:1.0.0")
'org.webjars.npm:https-browserify:jar:1.0.0'
<dependency org="org.webjars.npm" name="https-browserify" rev="1.0.0">
  <artifact name="https-browserify" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='https-browserify', version='1.0.0')
)
libraryDependencies += "org.webjars.npm" % "https-browserify" % "1.0.0"
[org.webjars.npm/https-browserify "1.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

https-browserify

https module compatability for browserify

example

var https = require('https-browserify')
var r = https.request('https://github.com')
r.on('request', function (res) {
  console.log(res)
})

methods

The API is the same as the client portion of the node core https module.

license

MIT

Versions

Version
1.0.0
0.0.1
0.0.0