Skip to content

Supported technologies

Victor Westerlund edited this page Nov 17, 2022 · 2 revisions

HTTP request methods

The following request methods are supported by Reflect

Method
OPTIONS
GET
POST
PUT
PATCH
DELETE

Response Content-Types

The following response Content-Types can be defined when initializing the API parent class of an endpoint

MIME Type Enum
text/plain ContentType::TEXT
application/json ContentType::JSON