aboutsummaryrefslogtreecommitdiff
path: root/common/shared/src/main/scala/http/Request.scala
diff options
context:
space:
mode:
Diffstat (limited to 'common/shared/src/main/scala/http/Request.scala')
-rw-r--r--common/shared/src/main/scala/http/Request.scala9
1 files changed, 0 insertions, 9 deletions
diff --git a/common/shared/src/main/scala/http/Request.scala b/common/shared/src/main/scala/http/Request.scala
deleted file mode 100644
index ec7d28d..0000000
--- a/common/shared/src/main/scala/http/Request.scala
+++ /dev/null
@@ -1,9 +0,0 @@
-package triad
-package http
-
-case class Request(
- method: String,
- url: String,
- headers: Map[String, String] = Map.empty,
- body: Array[Byte] = Array.empty
-)