Genie - The Highly Productive Julia Web Framework
  • Home
  • Guides
    • Working with Genie Apps
    • Using Genie in an interactive environment
    • Developing an API backend
    • Using Genie Plugins
    • Working With Genie Apps: Intermediate Topics [WIP]
  • Tutorials
    • Welcome to Genie
    • Installing Genie
    • Getting started
    • Creating a web service
    • Developing MVC web applications
    • Handling URI/query params
    • Working with forms and POST payloads
    • Using JSON payloads
    • Uploading files
    • Adding your libraries into Genie
    • Loading and starting Genie apps
    • Managing Genie app's dependencies
    • Advanced routing
    • Auto-loading configuration code with initializers
    • The secrets file
    • Auto-loading user libraries
    • Using Genie with Docker
    • Working with WebSockets
    • Force compiling route handlers
    • Deploying to Heroku with Buildpacks
    • Deploying to Heroku with Docker
    • Deploying to server with Nginx
  • API
    • App
    • AppServer
    • Assets
    • Cache
    • Commands
    • Configuration
    • Cookies
      • Docker
      • Heroku
    • Encryption
    • Exceptions
    • FileTemplates
    • Flash
    • Generator
    • Genie
    • Headers
    • HttpUtils
    • Inflector
    • Input
    • Plugins
    • Renderer
    • HTML Renderer
    • JS Renderer
    • JSON Renderer
    • Requests
    • Responses
    • Router
    • Sessions
    • Toolbox
    • Util
    • WebChannels
Version
  • API
  • Headers
  • Headers
Edit on GitHub
Genie.Headers.set_headers! — Function
set_headers!(req::HTTP.Request, res::HTTP.Response, app_response::HTTP.Response) :: HTTP.Response

Configures the response headers.

source
Genie.Headers.normalize_headers — Function
normalize_headers(req::HTTP.Request)

Makes request headers case insensitive.

source
Genie.Headers.normalize_header_key — Function
normalize_header_key(key::String) :: String

Brings header keys to standard casing.

source
« GenieHttpUtils »

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl on Friday 9 April 2021. Using Julia version 1.6.0.