9 lines
72 B
C#
9 lines
72 B
C#
|
|
|
|
namespace PostmanCloneLibrary;
|
|
|
|
public enum HttpAction
|
|
{
|
|
GET
|
|
}
|