HTTP
Mops packages for HTTP
Mops is an onchain package manager for Motoko. Here are some Mops packages for HTTP and web functionalities:
assets: A library for adding asset canister functionality for your canister.assets-api: API package for asset canisters.certified-assets: Certify assets served via HTTP, ensuring the security of query calls on ICP.certified-cache: A single interface that stores key-value pairs and certifies their hashes for to be used as certified variables or assets.certified-http: Similar tocertified-cache, an interface that stores key-value pairs and certifies their hashes for use as certified assets or variables.http-loopback: Call canisters using HTTP outcalls.http-parser: HTTP request parser for parsing URLs, search queries, headers and form data.http-types: Canister HTTP interface types used inhttp_requestandhttp_request_update.ic-assets: Asset canister with v2 certification.ic-certification: Canister signatures and certification.ic-websocket-cdk: Websockets on ICP.idempotency-keys: Package for generating UUIDs.motoko-certified-assets: ICP certified assets.promtracker: Prometheus value tracking.server: A server for Motoko similar to Express.web-apiandweb-io: Create HTTP requests and handle responses.