HalosGhost / pandabin

A self-hostable, simple and fast pastebin written in C
GNU General Public License v3.0
3 stars 0 forks source link

``GET`` verb to retrieve data from sqlite #3

Open HalosGhost opened 7 years ago

HalosGhost commented 7 years ago

basic reading of pastes

  1. use the hash passed in from the user to query the db and populate a paste struct
  2. get the paste struct's listed path
  3. open the file
  4. read it into memory
  5. serve the buffer