aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-x[-rw-r--r--]src/extractor.rs0
-rwxr-xr-x[-rw-r--r--]src/handlers.rs0
-rwxr-xr-x[-rw-r--r--]src/http.rs0
-rwxr-xr-x[-rw-r--r--]src/lib.rs0
-rwxr-xr-x[-rw-r--r--]src/main.rs8
-rwxr-xr-x[-rw-r--r--]src/request.rs0
-rwxr-xr-x[-rw-r--r--]src/response.rs0
-rwxr-xr-x[-rw-r--r--]src/router.rs0
-rwxr-xr-x[-rw-r--r--]src/server.rs0
-rwxr-xr-x[-rw-r--r--]src/utils.rs0
10 files changed, 4 insertions, 4 deletions
diff --git a/src/extractor.rs b/src/extractor.rs
index 9b53215..9b53215 100644..100755
--- a/src/extractor.rs
+++ b/src/extractor.rs
diff --git a/src/handlers.rs b/src/handlers.rs
index 376cdd0..376cdd0 100644..100755
--- a/src/handlers.rs
+++ b/src/handlers.rs
diff --git a/src/http.rs b/src/http.rs
index 7a48760..7a48760 100644..100755
--- a/src/http.rs
+++ b/src/http.rs
diff --git a/src/lib.rs b/src/lib.rs
index cd51189..cd51189 100644..100755
--- a/src/lib.rs
+++ b/src/lib.rs
diff --git a/src/main.rs b/src/main.rs
index 957d2ae..a68dc53 100644..100755
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,10 +1,10 @@
-use http_server_starter_rust::handlers::*;
-use http_server_starter_rust::http::{get, post};
-use http_server_starter_rust::router::Router;
-use http_server_starter_rust::server::*;
use std::collections::HashMap;
use std::io::{self};
use std::net::{IpAddr, Ipv4Addr, SocketAddr};
+use tiny_server::handlers::*;
+use tiny_server::http::{get, post};
+use tiny_server::router::Router;
+use tiny_server::server::*;
fn main() -> io::Result<()> {
// Collect the command-line arguments
diff --git a/src/request.rs b/src/request.rs
index 5d2b33f..5d2b33f 100644..100755
--- a/src/request.rs
+++ b/src/request.rs
diff --git a/src/response.rs b/src/response.rs
index bf63804..bf63804 100644..100755
--- a/src/response.rs
+++ b/src/response.rs
diff --git a/src/router.rs b/src/router.rs
index d0b4c9d..d0b4c9d 100644..100755
--- a/src/router.rs
+++ b/src/router.rs
diff --git a/src/server.rs b/src/server.rs
index 6c0eeb1..6c0eeb1 100644..100755
--- a/src/server.rs
+++ b/src/server.rs
diff --git a/src/utils.rs b/src/utils.rs
index 925669c..925669c 100644..100755
--- a/src/utils.rs
+++ b/src/utils.rs