Results for "tag:web"
-
collection+json: Eiffel Collection+JSON 231
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
Fri, 21 Feb 2025 18:07:28 GMT
id=9579CA31-45DE-407A-9068-8809F8463984 -
content_negotiation: CONneg Content Negotiation 222
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
Fri, 21 Feb 2025 18:07:52 GMT
id=1D6E9FD8-2248-4E7A-952F-34860A10FE07 -
cypress: Cypress the OAuth consumer library 253
OAuth consumer library
authentication api oauth consumer web
Fri, 21 Feb 2025 18:07:20 GMT
id=67FB4662-BA28-42A9-B1C5-2F6929D003CE -
ewf: EiffelWeb framework 256
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
Fri, 21 Feb 2025 18:07:32 GMT
id=E5B60160-4E7D-4F12-843F-F315288B627A -
http: HTTP protocol 253
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
Fri, 21 Feb 2025 18:07:49 GMT
id=7624844D-6DB5-4F10-A854-DC063190B943 -
http_authorization: HTTP Authorization 249
Class to manipulate HTTP 'Authorization' header value.
http authorization authentication web
Fri, 21 Feb 2025 18:07:24 GMT
id=0CBF99A9-92F9-4F41-AD92-EC5F44FE6DAA -
http_client: HTTP client 228
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
Fri, 21 Feb 2025 18:07:56 GMT
id=8C6A47A8-9BE8-4040-B302-D32E8DE1D609 -
jwt: JSON Web Token 222
JSON Web Token
Fri, 21 Feb 2025 18:07:23 GMT
id=3CD046F7-FD23-4EB9-BC3B-EA1838F867DE -
nino: Eiffel Nino Web Server 259
Simple HTTPd server written in Eiffel
Fri, 21 Feb 2025 18:07:48 GMT
id=46043EBC-E049-4553-AF0E-8FC863B1E443 -
openid: Eiffel OpenID 250
OpenID consumer library
openid security web authentication sso
Fri, 21 Feb 2025 18:07:21 GMT
id=0C7E2B19-22CE-49FB-B241-CDF1515F7AA2 -
ROC: ROC CMS 230
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
Fri, 21 Feb 2025 18:02:02 GMT
id=8761355C-23B5-463C-AC4E-4EABBE57257C -
web: Obsolete Eiffel Web 208
Obsolete and simple solution to build CGI applications
Fri, 21 Feb 2025 18:04:40 GMT
id=5D6028DB-34F5-430C-9E04-4BF69E135A92 -
websocket: Websocket 240
Websocket client and server component.
http ws websocket web socket stream EWF
Fri, 21 Feb 2025 18:07:35 GMT
id=AE0B3175-1456-4D86-9834-54054350654D
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 (*,?).