Skip to content

unit MistralAI.Httpx; need windows unit <> not usable on android #4

Description

@herveescriou

is it possible to add a directive to have compatibilty with android and ios ?

unit MistralAI.Httpx;

{-------------------------------------------------------------------------------

  Github repository :  https://github.com/MaxiDonkey/DelphiMistralAI
  Visit the Github repository for the documentation and use examples

------------------------------------------------------------------------------}

interface

uses
{$ifdef mswindows}
Winapi.Windows, Winapi.ShellAPI,
{$endif}
System.SysUtils, System.Classes, System.Net.URLClient,
System.Net.HttpClient, System.Net.HttpClientComponent, System.NetEncoding;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions