Skip to content

Commit

Permalink
docs: Runaway space before request header section header (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren authored Jan 15, 2025
1 parent 33a304f commit 25bf480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/modules/java/pages/http-endpoints.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ include::example$doc-snippets/src/main/java/com/example/api/ExampleEndpoint.java
<3> Or collect the bytes into memory


=== Accessing request headers ===
=== Accessing request headers ===

Accessing request headers is done through the link:_attachments/api/akka/javasdk/http/RequestContext.html[RequestContext] methods `requestHeader(String headerName)` and `allRequestHeaders()`.

Expand Down

0 comments on commit 25bf480

Please sign in to comment.