Packages

OpenAPI code generation for Gleam — parse specs, generate types, routes, clients, and React Query/SWR hooks

Current section

Files

Jump to
nori include nori@response_Response.hrl
Raw

include/nori@response_Response.hrl

-record(response, {
description :: binary(),
headers :: gleam@dict:dict(binary(), nori@reference:ref(nori@parameter:header())),
content :: gleam@dict:dict(binary(), nori@parameter:media_type()),
links :: gleam@dict:dict(binary(), nori@reference:ref(nori@response:link())),
extensions :: gleam@dict:dict(binary(), gleam@json:json())
}).