Skip to content

Latest commit

 

History

History
119 lines (80 loc) · 3.87 KB

index.md

File metadata and controls

119 lines (80 loc) · 3.87 KB

Cro documentation

Introductory Material

The essentials you need to know to get building with Cro:

Beyond The Basics

Ready to dig a deeper? These articles explain the Cro design and structure, as well as covering some more advanced topics:

Getting Help

Reference

The full details, organized by module:

Cro::Core

Cro::TLS

Cro::HTTP

Client side:

Server side:

Requests, responses, and related types:

Cro::HTTP::Test

Cro::WebSocket

For application developers:

Pipeline components:

Cro::WebApp

Cro::OpenAPI::RoutesFromDefinition

Cro::ZeroMQ

Cro::Tools

The development tools are mostly without API docs, as they are mostly not expected to be extended from the outside at this point. However, the following parts have stable APIs for the sake of extending the tools:

Meta