Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

dylan-lang/http

Open more actions menu

Repository files navigation

HTTP

Dylan HTTP server, client, tests, and examples.

Documentation

Full documentation is here: https://package.opendylan.org/http/

To build the documentation from source requires Sphinx, the Furo theme, and sphinx-copybutton.

::
$ pip3 install -U Sphinx furo sphinx-copybutton $ deft update $ make -C documentation html $ deft build http-server-app $ _build/bin/http-server-app -d documentation/build/html

Then navigate to http://localhost:8000 in your browser to view the documentation.

Testing

As of Dec 2020 there are serious problems with the tests and many of them hang. Fixing this should be #1 priority.

In any case, to run all the tests:

$ deft build --all
$ for suite in common client server; do
    _build/bin/http-${suite}-test-suite
  done

About

HTTP server and client for Dylan

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 13

Morty Proxy This is a proxified and sanitized view of the page, visit original site.