MINOR: http: Add function to parse value of the header Status

It will be used by the mux FCGI to get the status a response.
diff --git a/include/common/http.h b/include/common/http.h
index 537be5a..fbbc33c 100644
--- a/include/common/http.h
+++ b/include/common/http.h
@@ -154,6 +154,7 @@
 
 int http_parse_header(const struct ist hdr, struct ist *name, struct ist *value);
 int http_parse_stline(const struct ist line, struct ist *p1, struct ist *p2, struct ist *p3);
+int http_parse_status_val(const struct ist value, struct ist *status, struct ist *reason);
 
 /*
  * Given a path string and its length, find the position of beginning of the