New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

requesters

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

requesters

Description: With requester you can send data and get data from your backend-end. You can use the method POST, GET, PUT, DELETE methods

latest
Source
npmnpm
Version
0.0.7
Version published
Maintainers
1
Created
Source

Install

$ npm install -g requesters

alt tag

REQUESTER

Description: With requester you can send data and get data from your backend-end. You can use the methods POST, GET, PUT and DELETE

$ requester <param_key>:<param_value>

post, get, put, delete the url <param_key>:<param_value> the params for post and put methods, example name:Christos lastname:Papidas age:22

EXAMPLE

Request for GET method

$ requesters get localhost/index.html

Request for POST method

$ requesters post localhost/users name:Christos lastname:Papidas

Request for DELETE method

$ requesters post localhost/users/1

Request for PUT method

$ requesters post localhost/users/1 name:Christos lastname:Papidas

Keywords

request

FAQs

Package last updated on 08 Mar 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts