ErazerControl

Results 4 issues of ErazerControl

Hi, AppleDoc, Current, the doc generated by appledoc show the method declaration as below But I hope it has line break after every paramet, like apple official doc. How can...

### Feature description Hi, team, According to [RFC](https://www.rfc-editor.org/rfc/rfc7230#section-3.2.2), in some cases, Some headers may have multiple identical keys. But [ResponseForRequest.headers](https://pptr.dev/api/puppeteer.responseforrequest.headers) is designed as `Record`, how can I add multiple headers...

feature
confirmed

Hi, @tomaz DDMinizip doesn't seem to be in cocoapod anymore, which causes the build to fail. How should I fix this?

Hi, team. I use gunicorn with gevent to launch django app `gunicorn --workers 20 -k gevent myproject.wsgi`. But it always report `socket: read error Connection reset by peer sock.c:635: Connection...