You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 line
239 B

5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
  1. %% agency 管理进程的名称
  2. -define(agAgencyPoolMgr, agAgencyPoolMgr).
  3. -define(Get, <<"GET">>).
  4. -define(Put, <<"PUT">>).
  5. -define(Post, <<"POST">>).
  6. -define(Head, <<"HEAD">>).
  7. -define(Patch, <<"PATCH">>).
  8. -define(Delete, <<"DELETE">>).