diff options
| author | omagdy <omar.professional8777@gmail.com> | 2024-12-05 03:31:10 +0200 |
|---|---|---|
| committer | omagdy <omar.professional8777@gmail.com> | 2024-12-05 03:31:10 +0200 |
| commit | 315c53c2c412298e87668a67708bb321a12acd2b (patch) | |
| tree | 8f9edb43aba6646a30ed09e9c769e6730edd25e0 /src | |
| parent | 00fb6a16f1c56435a828eaf7cecaf31410e8045f (diff) | |
| download | tiny-server-315c53c2c412298e87668a67708bb321a12acd2b.tar.xz tiny-server-315c53c2c412298e87668a67708bb321a12acd2b.zip | |
Added README.md
Diffstat (limited to 'src')
| -rwxr-xr-x[-rw-r--r--] | src/extractor.rs | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | src/handlers.rs | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | src/http.rs | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | src/lib.rs | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | src/main.rs | 8 | ||||
| -rwxr-xr-x[-rw-r--r--] | src/request.rs | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | src/response.rs | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | src/router.rs | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | src/server.rs | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | src/utils.rs | 0 |
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 |
