This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Getting GC and SC
See Yaws internals for information about GC and SC.
Things in GC and SC may be useful, for example:
- Server name (host:port as seen from the HTTP client)
- ETS table for storing any application data for the application
There is a process for each request. Yaws sets GC and SC in the process dictionary of the process of out/1 function. Thus in this function:
- To get GC: get(gc)
- To get SC: get(sc)







