Added various README.md (using the markdown syntax)
This commit is contained in:
@@ -1 +1,13 @@
|
|||||||
Simple HTTP client implemented using Eiffel cURL library
|
# simple HTTP client
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
* Eiffel cURL library
|
||||||
|
* cURL dynamic libraries in the PATH or the current directory (.dll or .so)
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
## Examples
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
# HTTP library
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
## Examples
|
||||||
|
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
# URI Template
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
## Examples
|
||||||
|
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
# Eiffel Web Server Gateway Interface
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
##
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
# Router library
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
* [Web Server Framework](../../wsf)
|
||||||
|
* [URI Template](../../../protocol/rui_template)
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
# Web Server Framework
|
||||||
|
|
||||||
|
User friendly framework to build Eiffel Web server applications.
|
||||||
|
It is built on top of [EWSGI](../ewsgi/) to benefit from the various EWSGI connectors.
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
* [EWSGI](../ewsgi)
|
||||||
|
* [HTTP](../../protocol/http)
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
## Examples
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
# collection of Encoders
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
* Eiffel encoding libraries
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
## Examples
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user