You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by fa...@apache.org on 2023/03/06 20:18:34 UTC

[incubator-pekko-http] branch main updated: add cors plugin to our docs (#117)

This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http.git


The following commit(s) were added to refs/heads/main by this push:
     new 691220da0 add cors plugin to our docs (#117)
691220da0 is described below

commit 691220da0f9556f6b17f0943ee522d842d1e23a9
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Mon Mar 6 21:18:28 2023 +0100

    add cors plugin to our docs (#117)
---
 docs/src/main/paradox/examples-and-extensions.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/src/main/paradox/examples-and-extensions.md b/docs/src/main/paradox/examples-and-extensions.md
index b7250f9b6..3ea19fafd 100644
--- a/docs/src/main/paradox/examples-and-extensions.md
+++ b/docs/src/main/paradox/examples-and-extensions.md
@@ -11,6 +11,7 @@ There are several [third party libraries](https://doc.akka.io/docs/akka-http/10.
 
 Some that support Apache Pekko HTTP snapshots include:
 
+- [pekko-http-cors](https://github.com/lomigmegard/pekko-http-cors): Pekko HTTP directives implementing the CORS specifications defined by W3C.
 - [pekko-http-json](https://github.com/pjfanning/pekko-http-json): Integrate some of the best JSON libs in Scala with Pekko HTTP.
 - [swagger-pekko-http](https://github.com/swagger-akka-http/swagger-pekko-http): A Scala/Java library for generating Open API (a.k.a. Swagger) from annotated Pekko HTTP code.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org