An open API service indexing awesome lists of open source software.

https://github.com/dyalog/library-conga

HTTP tools based on Dyalog APL's core communication library, Conga
https://github.com/dyalog/library-conga

apl client conga dyalog dyalog-apl ftp ftp-client http http-client http-server library library-conga server web

Last synced: 12 months ago
JSON representation

HTTP tools based on Dyalog APL's core communication library, Conga

Awesome Lists containing this project

README

          

# library-conga

This repository contains files which provide frequently used tools,
based on the core communication library for Dyalog APL, known as "Conga".

Installations of Dyalog APL from version 16.0 (June 2017) will contain
the files found in the root of the library-conga repository in the folder
Library/Conga below the main Dyalog folder.

## Documentation

The Documentation folder (not installed with Dyalog APL but available on
GitHub) contains documentation for the individual files.

## Tests

Tests are based on the v16.0 ]dtest user command. Each subfolder below the Tests contains a set of unit tests, which can be run using for example:

]dtest library-conga/Tests/FTPClient/unit

## `HttpCommand` has moved

`HttpCommand` has been moved to its own [repository](https://github.com/Dyalog/HttpCommand). Versions of Dyalog APL from 19.0 will include `HttpCommand` from this new repository. Documentation for `HttpCommand` can now be found [here](https://dyalog.github.io/HttpCommand/).

If you are using a pre-19.0 version of Dyalog and want to upgrade `HttpCommand`, please see [here](https://dyalog.github.io/HttpCommand/latest/#upgrading-to-httpcommand-version-5).