oliverpool
|
0baa9eaf48
|
Forward status code and body from pre-create HTTP hook (#236)
* Forward status code from Pre-create http hook
Fix #170
* Allow the returned body to difer from the logged error
* Update HTTP Hooks documentation
|
2019-02-12 22:45:08 +01:00 |
ruv
|
de50d26620
|
Add documentation about HTTP Hooks status code
HTTP Status Code meaning was missed.
Source code reference: 311cdf253e/cmd/tusd/cli/hooks.go (L137)
|
2018-07-16 06:11:14 +03:00 |
Marius
|
a51f5994bb
|
Squashed commit of the following:
commit d6ba86b7c300122af52e5be71b5fade4bb88d77c
Author: Marius <maerious@gmail.com>
Date: Wed Jul 19 17:44:56 2017 +0200
Add documentation for post-create
commit 1d1605f98036e6cfd7e2695cf2e4f8510a220326
Author: Marius <maerious@gmail.com>
Date: Wed Jul 19 13:21:01 2017 +0200
Remove duplicated log for created uploads
commit 1f5c6d22bb62e1251297db9b10f78f6db363759d
Author: Marius <maerious@gmail.com>
Date: Wed Jul 19 13:08:11 2017 +0200
Rename UploadsCreated to CreatedUploads to match other names
commit 5c67ea7548548986c4bce79b7eea311a02a4c541
Author: Marius <maerious@gmail.com>
Date: Wed Jul 19 13:07:14 2017 +0200
Remove unused variable from hook script
commit e21d7f5824ce533d80d74e75835ddc33de2184fb
Merge: 028ba57 447aa9c
Author: Marius <maerious@gmail.com>
Date: Wed Jul 19 12:47:52 2017 +0200
Merge branch 'f-post-create-hook' of https://github.com/flaneurtv/tusd into flaneurtv-f-post-create-hook
commit 447aa9c485
Author: Markus Kienast <mark@rickkiste.at>
Date: Thu Jul 13 15:57:07 2017 +0200
added post-create hook
added test for handler.UploadCreated
go fmt .
|
2017-07-19 17:45:16 +02:00 |
Peixian Wang
|
a7950fdadb
|
Add HTTP hooks
Closes https://github.com/tus/tusd/pull/120
|
2017-04-14 16:29:18 +02:00 |
Matthew Wratt
|
5600cf2d6e
|
Allow override of default options response
|
2017-04-12 11:53:15 +02:00 |
Marius
|
9a3667b8ab
|
Add documentation about post-receive event
|
2017-02-21 23:24:28 +01:00 |
Marius
|
d5a0bd6e02
|
Add document about hook system
|
2017-01-16 17:29:14 +01:00 |