diff --git a/dhscanner-kbapi.cabal b/dhscanner-kbapi.cabal
--- a/dhscanner-kbapi.cabal
+++ b/dhscanner-kbapi.cabal
@@ -28,7 +28,7 @@
     fundamental modifications to the structure or specification
     of code facts.
 
-version:            1.0.2
+version:            1.0.3
 license:            GPL-3.0-only
 license-file:       LICENSE
 author:             OrenGitHub
diff --git a/src/Content.hs b/src/Content.hs
--- a/src/Content.hs
+++ b/src/Content.hs
@@ -55,7 +55,8 @@
 data FoundHttpPostHandlerRequestObjectMatch
    = FoundHttpPostHandlerRequestObjectMatch
      {
-         foundHttpPostHandlerRequestObjectMatchLocation :: Location,
+         foundHttpPostHandlerLocation :: Location,
+         foundHttpPostHandlerRequestObjectLocation :: Location,
          foundHttpPostHandlerRequestObjectMatchUrl :: String
      }
      deriving ( Show, Eq, Ord, Generic, ToJSON, FromJSON )
@@ -79,6 +80,7 @@
 data FoundHttpGetHandlerRequestObjectMatch
    = FoundHttpGetHandlerRequestObjectMatch
      {
+         foundHttpGetHandlerLocation :: Location,
          foundHttpGetHandlerRequestObjectMatchLocation :: Location,
          foundHttpGetHandlerRequestObjectMatchUrl :: String
      }
