Commits on Source (41)
-
codecraft authored
-
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, 0 deletionsLICENSE
- README.md 14 additions, 87 deletionsREADME.md
- TODO.md 7 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 268 additions, 3 deletionscore/http/Cargo.lock
- core/http/Cargo.toml 7 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, 1 deletioncore/http/src/handlers/mod.rs
- core/http/src/handling/file_handlers.rs 25 additions, 4 deletionscore/http/src/handling/file_handlers.rs
- core/http/src/handling/methods.rs 1 addition, 0 deletionscore/http/src/handling/methods.rs
LICENSE
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