Skip to content

Commit

Permalink
remove extendctx docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout committed Aug 7, 2021
1 parent 3ab37ff commit 3a22607
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/extendctx.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Extend Context

`Prologue` provides flexible way to extend `Context`. `User-defined Context` should inherit from the `Context` from `Prologue`.
Soon!!!
<!-- `Prologue` provides flexible way to extend `Context`. `User-defined Context` should inherit from the `Context` from `Prologue`.

You may want to add an int to `Context`:

Expand Down Expand Up @@ -58,4 +59,4 @@ app.use(extendContextMiddleWare(UserContext))
app.use(experimentMiddleware(UserContext))
app.get("/", hello)
app.run()
```
``` -->

0 comments on commit 3a22607

Please sign in to comment.