# HTTP, Send headers in HTTP.Response

**URL:** https://discourse.julialang.org/t/http-send-headers-in-http-response/49389
**Category:** General Usage
**Created:** [October 31, 2020, 9:40pm UTC](https://discourse.julialang.org/t/http-send-headers-in-http-response/49389 "2020-10-31T21:40:30Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Jea](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/jea/32/18457_2.png) [@Jea](https://discourse.julialang.org/u/Jea)
#### Post date: [October 31, 2020, 9:40pm UTC](https://discourse.julialang.org/t/http-send-headers-in-http-response/49389/1 "2020-10-31T21:40:30Z")

</div>

I want send my headers in the HTTP.Reponse()

```julia
HTTP.Response(200, "Working")

```

Where i have to send the headers??
