urllib

v2.32.0
Help in opening URLs (mostly HTTP) in a complex world — basic and digest authentication, redirections, cookies and more.
urllib http urlopen curl wget request https

ci

npm run lint && npm run test-cov

lint

jshint .

test

npm run lint && npm run test-local

autod

autod -w --prefix '^' -t test -e examples

test-cov

istanbul cover node_modules/mocha/bin/_mocha -- -t 30000 -r intelli-espower-loader test/*.test.js

test-local

mocha -t 30000 -r intelli-espower-loader test/*.test.js

ci-azure-pipelines

npm run lint && npm run test-cov-with-junit

test-cov-with-junit

npm run test-cov -- --reporter mocha-junit-reporter --reporter-options mochaFile=./TEST-RESULTS.xml

Metadata

  • MIT
  • >= 0.10.0
  • fengmk2
  • released 1/7/2019

Downloads