package uk.ac.ic.wlgitbridge.snapshot.base;

/*
 * Created by Winston on 16/11/14.
 */
public enum HTTPMethod {
  POST,
  GET
}
