RatchetS2
RatchetS2
As a newcomer, these examples were difficult to understand and adapt to my needs. There were missing cork() calls and unoptimized code. So I share these complete examples that are...
Some documention fix and clarification: - Fix HttpResponse.writeStatus lost doc. - Rewrite HttpResponse onWritable, onAborted and onData docs. - Update cork doc to specify that end* functions have to be...
This PR fix the bug related to issue #340
Pull request #1072 has been closed, so I’m opening this one with fewer modifications. Add binary data and writeStatus support to DeclarativeResponse: #1124
Update JSDoc to properly define the parameters and return types of functions: - Primitive types should always be in lowercase (string, boolean). - JSDoc should be placed immediately before the...