| Initialize | () | | public | 23-28 | - |
| Initialize | (Interface Http Client Handler) | | public | 23-28 | - |
| Initialize | (Interface Http Authentication) | | public | 23-28 | - |
| Initialize | (Interface Http Client Handler, Interface Http Authentication) | | public | 23-28 | - |
| SetDefaultRequestHeader | (Text, Text) | | public | 23-28 | - |
| SetDefaultRequestHeader | (Text, SecretText) | | public | 23-28 | - |
| SetBaseAddress | (Text) | | public | 23-28 | - |
| GetBaseAddress | () | Text | public | 23-28 | - |
| SetTimeOut | (Duration) | | public | 23-28 | - |
| GetTimeOut | () | Duration | public | 23-28 | - |
| AddCertificate | (Text) | | public | 23-28 | - |
| AddCertificate | (Text, SecretText) | | public | 23-28 | - |
| SetUserAgentHeader | (Text) | | public | 23-28 | - |
| SetAuthorizationHeader | (SecretText) | | public | 23-28 | - |
| Get | (Text) | Codeunit Http Response Message | public | 23-28 | - |
| Post | (Text, Codeunit Http Content) | Codeunit Http Response Message | public | 23-28 | - |
| Patch | (Text, Codeunit Http Content) | Codeunit Http Response Message | public | 23-28 | - |
| Put | (Text, Codeunit Http Content) | Codeunit Http Response Message | public | 23-28 | - |
| Delete | (Text) | Codeunit Http Response Message | public | 23-28 | - |
| GetAsJson | (Text) | JsonToken | public | 23-28 | - |
| PostAsJson | (Text, JsonObject) | JsonToken | public | 23-28 | - |
| PostAsJson | (Text, JsonArray) | JsonToken | public | 23-28 | - |
| PostAsJson | (Text, JsonToken) | JsonToken | public | 23-28 | - |
| PatchAsJson | (Text, JsonObject) | JsonToken | public | 23-28 | - |
| PatchAsJson | (Text, JsonArray) | JsonToken | public | 23-28 | - |
| PatchAsJson | (Text, JsonToken) | JsonToken | public | 23-28 | - |
| PutAsJson | (Text, JsonObject) | JsonToken | public | 23-28 | - |
| PutAsJson | (Text, JsonArray) | JsonToken | public | 23-28 | - |
| PutAsJson | (Text, JsonToken) | JsonToken | public | 23-28 | - |
| Send | (Enum Http Method, Text) | Codeunit Http Response Message | public | 23-28 | - |
| Send | (Enum Http Method, Text, Codeunit Http Content) | Codeunit Http Response Message | public | 23-28 | - |
| Send | (var Codeunit Http Request Message) | Codeunit Http Response Message | public | 23-28 | - |
| Create | () | Codeunit Rest Client | public | 26-28 | - |
| Create | (Interface Http Client Handler) | Codeunit Rest Client | public | 26-28 | - |
| Create | (Interface Http Authentication) | Codeunit Rest Client | public | 26-28 | - |
| Create | (Interface Http Client Handler, Interface Http Authentication) | Codeunit Rest Client | public | 26-28 | - |
| SetUseServerCertificateValidation | (Boolean) | | public | 26-28 | - |
| SetUseResponseCookies | (Boolean) | | public | 26-28 | - |