@corefunc/http
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -92,3 +92,3 @@ { | ||
"types": "./dist/http.d.ts", | ||
"version": "1.0.7" | ||
"version": "1.0.8" | ||
} |
@@ -7,5 +7,2 @@ ![CoreFunc](.github/assets/banner.webp?raw=true "CoreFunc") | ||
[![Buy Me A Coffee][buymeacoffee-img]][buymeacoffee-url] | ||
[![Follow New Releases][releasly-img]][releasly-url] | ||
[![NPM Version][npm-version-img]][npm-version-url] | ||
@@ -20,21 +17,5 @@ [![NPM Downloads][npm-downloads-img]][npm-downloads-url] | ||
*If you use this project don't forget to give a ⭐ [star](https://www.npmjs.com/package/@corefunc/http) ⭐ to it on GitHub!* | ||
--- | ||
## Usage | ||
CommonJS import. | ||
```javascript | ||
const { | ||
HTTP_HEADER, | ||
STATUS_CODE_EMPTY, STATUS_CODE_TEXT, | ||
httpResponseJson, httpStatusText, | ||
} = require("@corefunc/http"); | ||
``` | ||
ECMAScript Module. | ||
```javascript | ||
import { | ||
@@ -41,0 +22,0 @@ HTTP_HEADER, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
324029
227