12 lines
292 B
YAML
12 lines
292 B
YAML
name : "coreHTTP"
|
|
version: "v2.1.0"
|
|
description: |
|
|
"Client implementation of the HTTP/1.1 specification for embedded devices.\n"
|
|
dependencies:
|
|
- name : "http-parser"
|
|
version: "v2.9.4"
|
|
repository:
|
|
type: "git"
|
|
url: "https://github.com/nodejs/http-parser"
|
|
license: "MIT"
|