Logo

GitLab

Sign in

customer / shanghai-railway-rnapp

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • shanghai-railway-rnapp
  • ..
  • http
  • HttpMethod.java
  • 代码提交
    80cc932c
    yangxia authored
    2018-05-02 17:09:48 +0800  
    Browse Code ยป
HttpMethod.java 141 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9
package com.metroapp.http;

/**
 * User: qii
 * Date: 12-7-29
 */
public enum HttpMethod {
    Post, Get, Get_AVATAR_File, Get_PICTURE_FILE
}