mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
draft 10, 11 status codes
This commit is contained in:
parent
e865221598
commit
80aea6a653
6 changed files with 68 additions and 3 deletions
|
|
@ -12,11 +12,13 @@ pub enum Mime {
|
|||
pub enum Status {
|
||||
Connect,
|
||||
Failure,
|
||||
Input,
|
||||
Prepare,
|
||||
Redirect,
|
||||
Reload,
|
||||
Request,
|
||||
Response,
|
||||
SensitiveInput,
|
||||
Success,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue