## 🐶 Brief Some users notice that the first headline of Response is disorder, which is `HTTP/1.1 OK 200` <img width="395" alt="Screen Shot 2019-06-30 at 23 16 47" src="https://user-images.githubusercontent.com/5878421/60399333-30077580-9b8d-11e9-8086-095bd786e5b3.png"> It should be `HTTP/1.1 200 OK`. ## 👑 Criteria - [x] The order of headline Response should respect the HTTP standard
🐶 Brief
Some users notice that the first headline of Response is disorder, which is

HTTP/1.1 OK 200It should be
HTTP/1.1 200 OK.👑 Criteria