plibither8 / toget

πŸ„β€β™‚οΈ Proxy POST/PUT/PATCH requests through a GET request

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ„β€β™‚οΈ to-GET

Proxy POST/PUT/PATCH requests through a GET request

Usage

Base URL: https://toget.mihir.ch

Endpoint: /:method

  • Supported methods (case insensitive): GET, POST, PUT, PATCH, DELETE
  • Supported query parameters: url, headers, body

Query Parameters:

Query parameters must be properly URI-encoded.

  • url: [Required] The URL to proxy the request to.
  • headers: [Optional] The headers to send with the request, in JSON format.
  • body: [Optional] The body (string) to send with the request. Stringify the body if it's an object.

Development

To install dependencies:

bun install

To run:

bun run index.ts

Note: The server was built to be hosted on Cloudflare Workers.

License

MIT

About

πŸ„β€β™‚οΈ Proxy POST/PUT/PATCH requests through a GET request

License:MIT License


Languages

Language:TypeScript 100.0%