Results for "tag:network"
-
curl: Eiffel cURL 320
libcURL wrapper library
network curl wrapper client http
Fri, 21 Feb 2025 18:04:37 GMT
id=ABEF6975-37AC-45FD-9C67-52D10BA0669B -
ewf: EiffelWeb framework 190
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_client: HTTP client 189
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 -
http_network: HTTP network 185
Provides networking component for HTTP related protocols. It is mainly used by other libraries.
Fri, 21 Feb 2025 18:07:54 GMT
id=A9F4EF85-3E2C-4A80-8C02-60AB93A44904 -
net: EiffelNet 182
EiffelNet wraps the OS underlying network layers in an elegant portable Eiffel library.
socket network smtp protocol mail
Fri, 21 Feb 2025 18:04:47 GMT
id=89ED0494-3B49-4DD8-8A89-3A373D92090D -
netssl: Eiffel Net SSL 190
Extend Eiffel Net with SSL support (using openSSL)
Fri, 21 Feb 2025 18:02:04 GMT
id=ED4A81F6-91EC-4514-9ACB-89148D39D27F
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 (*,?).