Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WebServer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
codecraft
WebServer
Graph
main
Select Git revision
Branches
1
main
default
protected
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
29
Aug
26
Jul
23
22
21
20
19
17
15
14
13
12
11
10
8
4
3
2
1
30
Jun
29
28
25
24
23
21
20
17
16
15
14
13
12
10
9
6
5
4
3
2
1
29
May
28
27
22
19
18
15
14
13
9
8
Some changes
main
main
Update README
Merge branch 'dev' into 'main'
Finished
FIX: Uri::new() raw string not being encoded
FIX: Uri Pretty print
Update Code to use structs `Uri` and `RawUri`
Merge branch 'new' into 'main'
Add favicon, clean up
Removing unnecessary function `write_unencrypted` due to replacement
make https conditionally compiled with the secure feature
Add HTTPS-REdirect from Port 8080 to 8443
Remove the println! statement that annoyed me half to death
fix cargo clippy warnings
Implement HTTPS
Update file README.md
Replace LICENSE
FromStr for Cookie, Change Cookie Path to be Uri
Add uri , work on FromStr of cookie
Start the from_str implementation of Cookie
small performance increase
Add Display for cookie. Implement Encode trait for T: AsRef<[u8]>
Add documentation
Add some documentation
Add Doc for ResponseBody trait end correct Doc for request_cookies and
FIX finish conversion to URLEncoded for URIs and UTF-8 support.
converting the request uri to a urlencoded datatype
prototyping for cookies further, working on UrlEncoded text
introducing cookie builder, performance adjustment with requets.rs ->
Add basic cookie utility prototypes
Add write and build function to result, add basis for cookie setting
New Documentation and changing Request mime type to (Mime, String) for
Update file README.md
Updated README.md
Add documentation for `request.mime_from_headers()` and
Fixing all `cargo clippy` warnings / making code better
Refactoring the Request struct into it's own seperated module with
Add some documentation
refactoring the request module,
Start working on cookies
Loading