index
:
vk-api-testing.git
main
task-1
task-2
task-3
task-4
task-5
testing-framework
Unnamed repository; edit this file 'description' to name the repository.
SelfLearner
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
mavlushechka
/
a1qa
/
constants
/
RequestMethod.java
blob: 0f7e15c550cef5d76ada893389765f7573dfc9de (
plain
)
1
2
3
4
5
6
7
package com.mavlushechka.a1qa.constants; public enum RequestMethod { GET, POST }