An HTTP request is schemaless by its nature. So there is no predifined keys and values for it. Therefore you need a database that can support schemales data. In that case, you can either use PostgreSQL or MongoDB. I personally suggest you o use PostgreSQL since it also supports relations, which means it has best of both worlds(SQL and NoSQL).