http-parser-js
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>http-parser-js</artifactId>
<version>0.5.10</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mvnpm</groupId>
<artifactId>http-parser-js</artifactId>
<version>0.5.10</version>
<name>http-parser-js</name>
<description>A pure JS HTTP parser for node.</description>
<url>https://github.com/creationix/http-parser-js#readme</url>
<organization>
<name>Tim Caswell</name>
<url>https://github.com/creationix/http-parser-js#readme</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>creationix</name>
<email>tim@creationix.com</email>
</developer>
<developer>
<name>jimbly</name>
<email>wasteland@gmail.com</email>
</developer>
</developers>
<scm>
<connection>git://github.com/creationix/http-parser-js.git</connection>
<developerConnection>git://github.com/creationix/http-parser-js.git</developerConnection>
<url>git://github.com/creationix/http-parser-js</url>
</scm>
<issueManagement>
<url>https://github.com/creationix/http-parser-js/issues</url>
</issueManagement>
</project>