1.2 KiB
1.2 KiB
Kapow v0.3.0
Features
-
Feature parity with the original PoC (written in Python), with some exceptions explained in the next section.
-
Built and tested against Go 1.13.4.
-
(Almost) no bytes were harmed during the development of this release.
Known issues and limitations
User server
- #76 Only plain
httpis supported for now, sincehttpssupport is not yet complete. Thekapow serverflags--certfileand--keyfileare present but non-functional yet.
Data API
-
#73
/response/bodyand/response/streambehave identically for now. -
#92
KAPOW_DATA_URLis always set to its default value ofhttp://localhost:8082, and not to the actual value, as specified by thekapow server --data-bind "host:port"invocation.
Windows®
- #83
kapow server file.powwill try to runfile.powthroughbash, notcmdorpowershell. kapow routedefault entrypoint is/bin/sh, so in order to usecmdorpowershell, it must be explicitly set.