© copyright 2022-2024 connexvpn. All rights reserved.

(modified) Designed with love by Xiaoying Riley for developers

allowed methods

we allow the following HTTPs requests:

http request CRUD operation description
GET read used to read / retrieve some data
POST create create data
PUT update update a set of data
PATCH update update part of data
DELETE delete delete data

we currently do not support the following methods:

  • HEAD
  • CONNECT
  • OPTIONS
  • TRACE