Coder Social home page Coder Social logo

download-proxy's Introduction

Download Proxy

Download Proxy is a proxy server to download file.

Developing Locally

Make sure you have rustup and cargo installed. Then run the following command:

cargo build -r -p api

Usage

The API will use this address 127.0.0.1:8080, but we may change the host and port separately by passing --host and --port when running the binary.

Run the following command to print API execution option.

api -h
Usage: api [OPTIONS]

Options:
      --host <HOST>  [default: 127.0.0.1]
  -p, --port <PORT>  [default: 8080]
  -h, --help         Print help information
  -V, --version      Print version information

Run using Docker

docker run -p 127.0.0.0:8080:8080 ghcr.io/onieln14/download-proxy:latest
Environment Variable Description
HOST Specify host value. Default 0.0.0.0
PORT Specify port value. Default 8080

Endpoint

Method Endpoint Description
GET /download?url=<url>&filename=<filename> Download a file from URL provided by url param. The downloaded file can be renamed by passing a value to filename param
POST /download The endpoint accept json body or form that consists of url and filename

Example

Endpoint Description
/download?url=https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf Download PDF file from https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf
/download?url=https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf&filename=non-dummy.pdf Download PDF file from https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf and rename the file into non-dummy.pdf

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT License

download-proxy's People

Contributors

onieln14 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.