KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
IISPowershellModule
★ 9
Open GitHub ↗
IIS Handler for *.ps1 files
Download README (.md)
Explore Similar Repositories
Unity-Eraser
:
刮刮乐,橡皮擦效果
mvn-autoenforce
:
Enforce upper bounds
Mathematics-for-Machine-Learning
:
Coursera Specialization Mathematics for Machine Learning: Linear Algebra; Multivariate Calculus; PCA.
Main-Issues
:
No description available.
gobucket
:
Easy Go Background Job Process Bucket
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
IISPowershellModule
?
Download (.md)
# IISPowershellModule IIS Handler for *.ps1 files This is a really basic IIS handler for *.ps1 files. All of the output of the powershell script becomes the response body. The http context is available in any script executed by this handler as $HTTP_CONTEXT, which means you can add headers, cookies, or write directly into the response object.