Closed leezy23 closed 4 years ago
Now, status can not be modified。Can it be used as a configuration item? like this: ctx.status = opts.status ? opts.status : 429;
ctx.status = opts.status ? opts.status : 429;
the feature is what i need too.
@heibai01, @LiZhouYang5612 I will add this feature to my PR +1 #59
Now, status can not be modified。Can it be used as a configuration item? like this:
ctx.status = opts.status ? opts.status : 429;