Results for "tag:network"
-
curl: Eiffel cURL 201
libcURL wrapper library
network curl wrapper client http
Mon, 10 Jun 2024 14:34:42 GMT
-
netssl: Eiffel Net SSL 169
Extend Eiffel Net with SSL support (using openSSL)
Mon, 10 Jun 2024 14:33:03 GMT
-
net: EiffelNet 173
EiffelNet wraps the OS underlying network layers in an elegant portable Eiffel library.
socket network smtp protocol mail
Mon, 10 Jun 2024 14:34:52 GMT
-
ewf: EiffelWeb framework 156
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
Mon, 10 Jun 2024 14:37:13 GMT
-
http_client: HTTP client 174
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
Mon, 10 Jun 2024 14:37:39 GMT
-
http_network: HTTP network 188
Provides networking component for HTTP related protocols. It is mainly used by other libraries.
Mon, 10 Jun 2024 14:37:36 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 (*,?).