Commits on Source (77)
-
codecraft authored
returning a standard site
-
codecraft authored
-
codecraft authored
1. Organize lib.rs in modules 1. Setting up basic text-file server functionality 1. Adding some test files
-
codecraft authored
update routeing module
-
codecraft authored
improve division of code into different modules
-
codecraft authored
-
codecraft authored
-
codecraft authored
-
codecraft authored
-
codecraft authored
-
codecraft authored
-
codecraft authored
-
codecraft authored
-
codecraft authored
-
codecraft authored
-
codecraft authored
-
codecraft authored
-
codecraft authored
-
codecraft authored
removing `unwraps()` and replacing them with propper error handling remove unnecessary `clone()` calls
-
codecraft authored
-
codecraft authored
-
codecraft authored
add a get request with form
-
codecraft authored
-
codecraft authored
-
codecraft authored
-
codecraft authored
-
codecraft authored
Result<&str, ParseFormError>>, ParseFormError> for easier handling of not existant keys
-
codecraft authored
-
codecraft authored
-
codecraft authored
-
codecraft authored
Applicacation-x-www-urlencoded forms
-
codecraft authored
-
codecraft authored
TODO: Add '\n' detector in thing
-
codecraft authored
set maximum post body size to 4196 bytes
-
codecraft authored
-
codecraft authored
-
codecraft authored
Added TODO: file
-
codecraft authored
-
codecraft authored
add cookie functionality
-
codecraft authored
-
codecraft authored
seprate impl's, fixing some code, ...
-
codecraft authored
-
codecraft authored
`extract_cookies_from_vec()`. Update `mime_from_headers()` to take a mutable reference to self
-
codecraft authored
-
codecraft authored
-
codecraft authored
the whole data of the content-type
-
codecraft authored
possibility, divide the response module;
-
codecraft authored
-
codecraft authored
build
-
codecraft authored
-
codecraft authored
many errors WIP
-
codecraft authored
-
codecraft authored
request_form_utils
-
codecraft authored
-
codecraft authored
-
codecraft authored
-
codecraft authored
-
codecraft authored
-
codecraft authored
-
codecraft authored
- Finish implementing FromStr trait for Cookie - Change the path variable of the Cookie struct to be a Uri - Update docs of CookieBuilder to compile
-
codecraft authored
-
codecraft authored
-
codecraft authored
-
codecraft authored
-
codecraft authored
-
codecraft authored
-
codecraft authored
Writing some examples Index page for lms
-
codecraft authored
with generic write on response. Removing unnecessary imports
-
codecraft authored
-
codecraft authored
-
codecraft authored
-
codecraft authored
FIX: Test to string
-
codecraft authored
-
codecraft authored
-
codecraft authored
Showing
- LICENSE 287 additions, 661 deletionsLICENSE
- README.md 16 additions, 3 deletionsREADME.md
- TODO.md 16 additions, 0 deletionsTODO.md
- core/codegen/.gitignore 0 additions, 1 deletioncore/codegen/.gitignore
- core/codegen/Cargo.lock 0 additions, 7 deletionscore/codegen/Cargo.lock
- core/codegen/Cargo.toml 0 additions, 8 deletionscore/codegen/Cargo.toml
- core/codegen/src/lib.rs 0 additions, 14 deletionscore/codegen/src/lib.rs
- core/html/.gitignore 0 additions, 1 deletioncore/html/.gitignore
- core/html/Cargo.lock 0 additions, 7 deletionscore/html/Cargo.lock
- core/html/Cargo.toml 0 additions, 8 deletionscore/html/Cargo.toml
- core/html/src/lib.rs 0 additions, 14 deletionscore/html/src/lib.rs
- core/http/Cargo.lock 718 additions, 1 deletioncore/http/Cargo.lock
- core/http/Cargo.toml 9 additions, 1 deletioncore/http/Cargo.toml
- core/http/src/certificates/certificate.crt 29 additions, 0 deletionscore/http/src/certificates/certificate.crt
- core/http/src/certificates/identity.pfx 0 additions, 0 deletionscore/http/src/certificates/identity.pfx
- core/http/src/certificates/private.key 54 additions, 0 deletionscore/http/src/certificates/private.key
- core/http/src/handlers/handler.rs 198 additions, 0 deletionscore/http/src/handlers/handler.rs
- core/http/src/handlers/mod.rs 1 addition, 0 deletionscore/http/src/handlers/mod.rs
- core/http/src/handling/file_handlers.rs 77 additions, 0 deletionscore/http/src/handling/file_handlers.rs
- core/http/src/handling/methods.rs 50 additions, 0 deletionscore/http/src/handling/methods.rs
TODO.md
0 → 100644
core/codegen/.gitignore
deleted
100644 → 0
core/codegen/Cargo.lock
deleted
100644 → 0
core/codegen/Cargo.toml
deleted
100644 → 0
core/codegen/src/lib.rs
deleted
100644 → 0
core/html/.gitignore
deleted
100644 → 0
core/html/Cargo.lock
deleted
100644 → 0
core/html/Cargo.toml
deleted
100644 → 0
core/html/src/lib.rs
deleted
100644 → 0
core/http/src/certificates/certificate.crt
0 → 100644
core/http/src/certificates/identity.pfx
0 → 100644
File added
core/http/src/certificates/private.key
0 → 100644
core/http/src/handlers/handler.rs
0 → 100644
core/http/src/handlers/mod.rs
0 → 100644
core/http/src/handling/file_handlers.rs
0 → 100644
core/http/src/handling/methods.rs
0 → 100644