Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 391 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 391 Bytes

FlowGet

Introduction

Http(s) Server that can list and serve files and folders.

Explanation

The server is meant to be used when a quick HTTP 1.1 GET is needed for a file transfer or to preview a html file in a browser.

Dependencies

The code was written with C++ 17 in mind and needs the following dependencies:

  • boost
  • FlowHttp
  • FlowUtils
  • OpenSSL
  • Brotli