Results for "tag:http"
-
curl: Eiffel cURL 1
libcURL wrapper library
network curl wrapper client http
Tue, 20 Jan 2026 17:00:47 GMT
-
http: HTTP protocol
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, 20 Jan 2026 17:05:10 GMT
-
http_authorization: HTTP Authorization
Class to manipulate HTTP 'Authorization' header value.
http authorization authentication web
Tue, 20 Jan 2026 17:04:39 GMT
-
http_client: HTTP client
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, 20 Jan 2026 17:05:23 GMT
-
http_network: HTTP network
Provides networking component for HTTP related protocols. It is mainly used by other libraries.
Tue, 20 Jan 2026 17:05:21 GMT
-
s3-client: S3 Client Library 2
Eiffel library for interacting with S3-compatible storage services (AWS S3, MinIO, etc.). Provides a simple interface to perform common S3 operations: list, read, write, and delete objects in a bucket. Uses AWS Signature Version 4 (AWS4-HMAC-SHA256) for authentication.
s3 aws storage cloud minio http rest api
Tue, 20 Jan 2026 17:40:38 GMT
-
websocket: Websocket
Websocket client and server component.
http ws websocket web socket stream EWF
Tue, 20 Jan 2026 17:04:52 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 (*,?).