Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
gpod-request
Advanced tools
Wouldn't it be nice to be able to use OPTIONS or DELETE methods in the browser?
Wouldn't it be nice to be able to use OPTIONS or DELETE methods in the browser?
This library lets you do this by treating URLs ending in the !
character as special cases.
GET /resource!
becomes OPTIONS /resource
, good for showing an edit formPOST /resource!!
becomes DELETE /resource
, good for deleting a resourceIn all other cases, !!
and !
get stripped from your path.
Get/Post/Options/Delete Request mapper
string
URLSearchParams
Map a Node request object to a generic GPOD request
Param | Type | Description |
---|---|---|
req | HTTP.IncomingRequest | The Node request object |
Return the path and query part of this object combined
Kind: instance property of module.exports
string
Return the body as a string
Kind: instance method of module.exports
URLSearchParams
Return the body as a SearchParams object
Kind: instance method of module.exports
Turn the request back to a GET/POST url
Kind: static method of module.exports
Returns: string
Param | Type |
---|---|
request | Request |
FAQs
Wouldn't it be nice to be able to use OPTIONS or DELETE methods in the browser?
We found that gpod-request demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.