HackerExperience / Helix

GNU Affero General Public License v3.0
53 stars 10 forks source link

Add generic ProcessRenderer for Request replies #286

Closed renatomassaro closed 7 years ago

renatomassaro commented 7 years ago

For example see BruteforceRequest.reply and FileDownloadRequest.reply. Those replies, as well as some events, will always render the same format of process, so an abstract ProcessReplyRenderer should be implemented.

renatomassaro commented 7 years ago

Actually I forgot, I've already did this. It's on PR #269