herudi

Results 28 comments of herudi

I'm try your code using busboy and still hang on twice request . . server.js ```js ... res.onData((bytes, isLast) => { if (!bytes.byteLength) { if (!isLast) return return handler(reqWrapper, resWrapper)...

@schamberg97 yes, i use the last commit master and latest yarn... but the original last commit master error in here ```js _read (size) { return this.slice(0, size) } ``` just...

sorry, for me it hangs for next requests. next request means, send with curl then stop curl and send again it will hang. so I tried it several times thanks...

well,, maybe you should try it on windows too. i am also using nodejs 12.x version. in the meantime. thanks...

Thanks for creating issue. I think [superdeno](https://github.com/cmorten/superdeno) is a great library for testing the Rest API. below example with Dero. ```ts import { BaseController, Controller, Dero, Get } from "https://deno.land/x/[email protected]/mod.ts";...

sorry, please share your code... thanks.

I also have a case like this. Unfortunately, my laptop hangs.

Last month, I published to JSR but it didn't work. Maybe at that time JSR was in the development stage. but I'll try again later. of course, but for now...

hi @shevernitskiy, i published nhttp to jsr => https://jsr.io/@nhttp/nhttp. but in alpha stage v0.0.1. facts about [jsr](https://jsr.io) for now : - `slow types` ts restriction. - Module augmentation and global...