david-PC\david
2018-06-12 a9631bf0505ac256d276b060dc05d99ea971d877
1
2
3
4
5
6
7
package frame.object.http;
 
public enum RequestType {
 
    Resource, VirtualPath;
    
}