summaryrefslogtreecommitdiff
path: root/server-rack.rb
AgeCommit message (Collapse)Author
2020-11-21refactor: move server-rack.rb to lib/servermo khan
2020-11-21feat: extract config.ru to be compatible with rackupmo khan
2020-11-21docs: add doc for PUT and DELETE actionsmo khan
2020-11-21refactor: pass request body io as parameter to putmo khan
2020-11-21feat: return 404 status code oid cannot be deletedmo khan
2020-11-21feat: add DELETE /data/foo/:oid to remove blob from storagemo khan
2020-11-21feat: respond with HTTP status code 404 (Not Found)mo khan
2020-11-21feat: generate SHA1 for the object id.mo khan
SHA1 is known to have collisions so we might want to consider using SHA256 but I think this exercise is meant to see if I recognize the git dumb/smart REST API. Also, this is fun to do in pieces. So yeah. Let's see if we can add a test to try to create a SHA1 collision for bonus points. Right?! 😀
2020-11-21feat: support PUT /data/foo by cheating the testmo khan
2020-11-21Import of the exercise.HEADmaininterview-bot-ng[bot]