llmposter 0.4.3

Drop-in mock server for OpenAI, Anthropic & Gemini APIs — library or standalone CLI. SSE streaming, tool calling, OAuth2, failure injection, stateful scenarios, request capture. Test LLM apps without burning tokens.
Documentation
# llmposter Documentation

## Table of Contents

- [Getting Started]getting-started.md — Installation, first fixture, first test
- [Fixtures]fixtures.md — YAML fixture format reference, matching rules, tool calls
- [Failure Simulation]failure-simulation.md — Error codes, latency, truncation, disconnect
- [Authentication]authentication.md — Bearer tokens, OAuth 2.0 mock server, token expiry
- [CLI Reference]cli.md — Command-line usage, flags, validate mode
- [Library API]library.md — Rust `ServerBuilder` API, programmatic fixtures, in-process testing
- [Spec Deviations]spec-deviations.md — Known gaps from real APIs

### Provider Guides

Each provider doc covers: supported fields, streaming event sequence, error shapes, and spec compliance notes.

- [OpenAI Chat Completions]providers/openai.md
- [Anthropic Messages]providers/anthropic.md
- [Gemini generateContent]providers/gemini.md
- [OpenAI Responses API]providers/responses.md