site_name: 'Vapor Docs' copyright: 'Copyright © 2017 Qutheory, LLC' pages: - Overview: 'index.md' - Vapor: - 'Application': 'vapor/application.md' - 'Client': 'vapor/client.md' - 'JSON': 'vapor/json.md' - 'Route Collection': 'vapor/route-collection.md' - 'Route Group': 'vapor/route-group.md' - Async: - 'Package': 'async/package.md' - 'Promise & Future': 'async/promise-future.md' - 'Stream': 'async/stream.md' - HTTP: - 'Index': 'http/index.md' - 'Body': 'http/body.md' - 'Headers': 'http/headers.md' - 'Methods': 'http/method.md' - 'Middleware': 'http/middleware.md' - 'Multipart': 'http/multipart.md' - 'Response': 'http/response.md' - 'Responder': 'http/responder.md' - 'Request': 'http/request.md' - 'Status codes': 'http/status.md' - 'URI': 'http/uri.md' - Routing: - 'Async': 'routing/async.md' - 'Parameters': 'routing/parameters.md' - 'Route': 'routing/route.md' - 'Router': 'routing/router.md' - 'Sync': 'routing/sync.md' - WebSocket: - 'WebSocket': 'websocket/websocket.md' - 'Client': 'websocket/client.md' - 'Binary': 'websocket/binary-stream.md' - 'Text': 'websocket/text-stream.md' - JWT: - 'Signed Tokens': 'jwt/jws.md' - Crypto: - 'Index': 'crypto/index.md' - 'Base64': 'crypto/base64.md' - 'Hashes': 'crypto/hash.md' - 'Message authentication': 'crypto/mac.md' - 'Password hashing': 'crypto/passwords.md' - 'Random': 'crypto/random.md' - SQLite: - 'Package': 'sqlite/package.md' - 'Overview': 'sqlite/overview.md' # - 'Advanced': # - 'RequestParser': 'http/request-parser.md' # - 'RequestSerializer': 'http/request-serializer.md' # - 'ResponseParser': 'http/response-parser.md' # - 'ResponseSerializer': 'http/response-serializer.md' # - Leaf: # - MySQL: # - Service: # - TCP: # - '' # - TLS: - Version (3.0): - '1.5': 'version/1_5.md' - '2.0': 'version/2_0.md' - '3.0-beta': 'version/3_0.md' - 'Support': 'version/support.md' markdown_extensions: - admonition - codehilite(guess_lang=false) - footnotes - meta - toc(permalink=true) theme: 'material' theme_dir: 'vapor-material' repo_url: https://github.com/vapor/documentation extra_css: - 'stylesheets/extra.css' edit_uri: edit/master/3.0/docs/ extra: logo: 'images/droplet-white.svg' social: - type: 'twitter' link: 'https://twitter.com/@codevapor' - type: 'slack' link: 'http://vapor.team/' font: text: 'Roboto Slab' code: 'Source Code Pro' google_analytics: - 'UA-76177358-4' - 'auto'