hyper2web icon indicating copy to clipboard operation
hyper2web copied to clipboard

HTTP should not do IO

Open CreatCodeBuild opened this issue 8 years ago • 0 comments

The current implementation of HTTP does IO. I should consider the design of h2 which does not do IO.

My HTTP class should be a wrapper of h2. The IO part should be done by a specialized IO class

CreatCodeBuild avatar Jun 29 '17 04:06 CreatCodeBuild