I'm looking for something like ``` ws.get("/users").then { (headers, JSON) in ... let header = headers["X-WP-TotalPages"] ... } ``` but apparently I can only get the JSON payload ?