Results for "tag:web"
-
collection+json: Eiffel Collection+JSON 9
Eiffel Collection+json is a library to work with Collection+JSON - Hypermedia Type, see http://www.amundsen.com/media-types/collection/ .
hypermedia media-type api collection+json web
Tue, 21 May 2019 07:59:01 GMT
-
content_negotiation: CONneg Content Negotiation 16
CONneg is a library that provides utilities to select the best repesentation of a resource for a client where there are multiple representations available.
content accept conneg negotiation EWF web request
Tue, 21 May 2019 07:59:15 GMT
-
cypress: Cypress the OAuth consumer library 12
OAuth consumer library
authentication api oauth consumer web
Tue, 21 May 2019 07:58:54 GMT
-
ewf: EiffelWeb framework 12
EiffelWeb framework. Include: - wsf and ewsgi: core of the Eiffel Web Framework, used to build web server application. - EWSGI connectors and their WSF integrations. - Various wsf extensions (extension, session, policy driven, ..) - text encoder (html, percent encoding, ...) - wsf html: to generate and handle html widgets such as web forms. - wsf proxy: to add reverse proxy behavior.
ewf server httpd request connector policy session widget form web proxy network
Tue, 21 May 2019 07:59:03 GMT
-
http: HTTP protocol 19
Collection of interfaces related to HTTP protocol: - header - status codes, request methods - content type, media type, mime type. - cookie - date used in web protocol - file extension mime mapping
http web header status method type mime cookie
Tue, 21 May 2019 07:59:13 GMT
-
http_authorization: HTTP Authorization 11
Class to manipulate HTTP 'Authorization' header value.
http authorization authentication web
Tue, 21 May 2019 07:58:58 GMT
-
http_client: HTTP client 10
Provides simple routines to perform http requests, and get associated response. It has two implementations: - using Eiffel cURL (i.e libcurl) - using EiffelNET (and the EiffelNET SSL extension)
http client network request web curl EWF
Tue, 21 May 2019 07:59:18 GMT
-
jwt: JSON Web Token 11
JSON Web Token
Tue, 21 May 2019 07:58:57 GMT
-
nino: Eiffel Nino Web Server 8
Simple HTTPd server written in Eiffel
Tue, 21 May 2019 07:59:11 GMT
-
openid: Eiffel OpenID 13
OpenID consumer library
openid security web authentication sso
Tue, 21 May 2019 07:58:55 GMT
-
ROC: ROC CMS 17
Eiffel ROC CMS library is build with [EWF](http://eiffelwebframework.github.io/EWF/) and inspired by [Drupal](https://www.drupal.org/). The goal of the library is to provide the following features. - content type - user management - node management - module design - theme - API - ...
cms web rest api user node module theme authentication
Tue, 21 May 2019 07:56:29 GMT
-
web: Obsolete Eiffel Web 12
Obsolete and simple solution to build CGI applications
Tue, 21 May 2019 07:57:37 GMT
-
websocket: Websocket 11
Websocket client and server component.
http ws websocket web socket stream EWF
Tue, 21 May 2019 07:59:05 GMT
Usage: "criterion:value" (note: "value" is aliased with "text:value") Criteria: [name] name:foo* - packages of short name matching "foo*" pattern [title] title:base - packages of title "base" [tag] tag:web - packages tagged "web" [description] description:"advanced usage" - packages with phrase "advanced usage" in their description [owner] owner:*Caesar - packages published by users with the user names matching "*Caesar" [downloads] downloads:10 - packages with at least 10 downloads [text] text:abc - equivalent to "name:abc or title:abc or tag:abc" Criteria can be combined with "and" (the default), "or" (aliased with prefix "+"), "not" (aliased with prefix "-"). Criteria "name", "title", "tag" and "description" supports wildcards (*,?).