Convert HTTPResponseStatus to struct

I have created the following PR to convert HTTPResponseStatus from enum to
struct: Convert HTTPResponseStatus to a struct by aleksey-mashanov · Pull Request #12 · swift-server/http · GitHub

Besides this PR contains some minor changes not directly linked to the
underlying storage but can be useful in everyday usage.

Let's review.