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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
8
library/protocol/http/README.md
Normal file
8
library/protocol/http/README.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
# HTTP library
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
## Examples
|
||||||
|
|
||||||
8
library/protocol/uri_template/README.md
Normal file
8
library/protocol/uri_template/README.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
# URI Template
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
## Examples
|
||||||
|
|
||||||
7
library/server/ewsgi/README.md
Normal file
7
library/server/ewsgi/README.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
# Eiffel Web Server Gateway Interface
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
##
|
||||||
10
library/server/request/router/README.md
Normal file
10
library/server/request/router/README.md
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
# Router library
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
* [Web Server Framework](../../wsf)
|
||||||
|
* [URI Template](../../../protocol/rui_template)
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
14
library/server/wsf/README.md
Normal file
14
library/server/wsf/README.md
Normal file
@@ -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
|
||||||
12
library/text/encoder/README.md
Normal file
12
library/text/encoder/README.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
# collection of Encoders
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
* Eiffel encoding libraries
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
## Examples
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user