-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
49 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
pub const APP_VERSION: &'static str = "0.4.0-beta.4"; | ||
pub const APP_VERSION: &str = "0.4.0-beta.4"; | ||
|
||
pub const EMPTY_STR: &'static str = ""; | ||
pub const EMPTY_STR: &str = ""; | ||
|
||
pub const HTTP_METHOD_GET: &'static str = "GET"; | ||
//pub const HTTP_METHOD_PUT:&'static str= "PUT"; | ||
//pub const HTTP_METHOD_POST:&'static str= "POST"; | ||
//pub const HTTP_METHOD_DELETE:&'static str= "DELETE"; | ||
pub const HTTP_METHOD_ALL: &'static str = EMPTY_STR; | ||
pub const HTTP_METHOD_GET: &str = "GET"; | ||
//pub const HTTP_METHOD_PUT:&str= "PUT"; | ||
//pub const HTTP_METHOD_POST:&str= "POST"; | ||
//pub const HTTP_METHOD_DELETE:&str= "DELETE"; | ||
pub const HTTP_METHOD_ALL: &str = EMPTY_STR; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters