Sean H
Sean H
Added the aria2rpc.RpcSecret which is used to authenticate the client when aria2's `rpc-secret` option is set. Setting RpcSecret is not mandatory.
I like that Surf is stateful. Actionable methods like `Open()` and `Post()` modify the state of the browser rather than returning some object representing the request. However I've run into...
It would be nice if Surf had a built in mechanism for middleware/plugins. It would be nice if developers could set plugin modules that perform common tasks and/or add functionality....