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
opnonmicgo
WebServer
Graph
main
Select Git revision
Branches
2
main
default
protected
new
2 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
21
Jun
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
Start working on cookies
new
new
Remove unnecessary println! and updated some of the code
Create the FromRequest trait
Started on working with Multipart data in multipart forms
Complete `get_post_data()` implementation
Finishing `get_post_data()`
Add test for multipart form data and boundary getter in request.rs
finishing the `get_post_data()` function for binary
working on post
Working on new get post data function
Some rather small changes
update the `get_get_form_data()` to return a Result<Hasmap<&str,
Update `get_post_form_text` to allow for an array of keys to search
Add multipart post text form support, check for `Content-Length` Header
add mime enum, remove mime::Mime dependency
Introduced the MIME enum, not populated
Approach from request forms/data
rename `get_form_keys` to `get_get_form_keys`
Add HEAD Method support
Cleaning up the codebase
Add Get request form data function
Add Ranking
Add instant graceful shutdown with SIGNIT
Add Tokio async runtime
add runtime crate for async/await
add a post handler
Change Status to be an enum
Updating README.md
main
main
Implement Display for HTTP Status Codes
Reading in body of requests with body
Adding route and mountpoint listing
Refactoring a lot of stuff
Add addable routes
Remove unnecessary println!s of file bytes
Add routing with outcome functionality, improving fileserver
Add MIME support for the handler
1. Add SIGNIT graceful shutdown
Add LICENSE
delete random file q
Adding threading and general handle of incoming requests, as well as
Loading